M
MemoryRouter
/inspect_memory
Inspect memory lineage
Use this when the user asks why the assistant believes something, or wants to see the source memories behind a reflection. Given a memory id from a search resul
liveunknown~5s typical
mcpmemoryrouter
$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-memoryrouter-memoryrouter /inspect_memory for me.
Input
| Field | Type | Description |
|---|---|---|
| memory_id* | string | A memory id (UUID) from a search result or a previous inspect. |
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-memoryrouter-memoryrouter","endpoint":"/inspect_memory","input":{"memory_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-memoryrouter-memoryrouter -e /inspect_memory -i '{"memory_id":"..."}'mcp
run_tool({ provider: "mcp-ai-memoryrouter-memoryrouter", endpoint: "/inspect_memory", input: {"memory_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.