Recao
R
Recao
/memory_note

memory note

Write (or update) a memory entry on this account: decisions, campaign outcomes, learnings. Use a short kebab-case name and a one-line description (that's the in

liveverifiedunknown~5s typical
mcpprobedrecao
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-recao-recao-mcp /memory_note for me.

Input

FieldTypeDescription
name*stringShort kebab-case slug, e.g. 'campaign-tiktok-hooks-june'
description*stringOne-line summary for the index
body*stringFull content (markdown fine)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-recao-recao-mcp","endpoint":"/memory_note","input":{"name":"...","description":"...","body":"..."}}'
cli
npx cracked-ai run -p mcp-app-recao-recao-mcp -e /memory_note -i '{"name":"...","description":"...","body":"..."}'
mcp
run_tool({ provider: "mcp-app-recao-recao-mcp", endpoint: "/memory_note", input: {"name":"...","description":"...","body":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.