invinoveritas
I
invinoveritas
/memory_search

memory search

Search across your stored memories under your authenticated Bearer key (agent_id is accepted but not currently used to partition storage — see memory_store's no

liveunknown~5s typical
mcpinvinoveritas
$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-com-babyblueviper-invinoveritas /memory_search for me.

Input

FieldTypeDescription
agent_id*stringAccepted but not currently used to partition storage — memory is namespaced by your Bearer
query*stringSearch string (simple contains match on keys + values)
limitintegerMax results to return default 10

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-com-babyblueviper-invinoveritas","endpoint":"/memory_search","input":{"agent_id":"...","query":"...","limit":10}}'
cli
npx cracked-ai run -p mcp-com-babyblueviper-invinoveritas -e /memory_search -i '{"agent_id":"...","query":"...","limit":10}'
mcp
run_tool({ provider: "mcp-com-babyblueviper-invinoveritas", endpoint: "/memory_search", input: {"agent_id":"...","query":"...","limit":10} })

Try it

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