W
WorkingMemory
/manage_memory
Manage memory
Manage an existing memory item. Currently supports deleting a memory by id (soft delete — recoverable for 30 days). Use search_memory to find the id first.
liveunknown~5s typical
mcpworkingmemory
$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-ai-workingmemory-memory /manage_memory for me.
Input
| Field | Type | Description |
|---|---|---|
| action* | string (delete) | The management action to perform. |
| id* | string | The memory item id to act on. |
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-ai-workingmemory-memory","endpoint":"/manage_memory","input":{"action":"delete","id":"..."}}'cli
npx cracked-ai run -p mcp-ai-workingmemory-memory -e /manage_memory -i '{"action":"delete","id":"..."}'mcp
run_tool({ provider: "mcp-ai-workingmemory-memory", endpoint: "/manage_memory", input: {"action":"delete","id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.