All tools

Knowledge · recall

Recall

Retrieve a remembered fact.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
querystringKeyword to search in subject or content (e.g. "invoice", "user language"). Omit to list all memories.
categorypreference | contact | project | procedure | fact | correctionFilter by category. Omit to search all categories.
limitnumberMax number of memories to return (default 20, max 50).

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"recall","input":{"query":"…","category":"preference","limit":1}}'
$run({ "tool": "recall", "input": {"query":"…","category":"preference","limit":1} })