Knowledge · recall
Recall
Retrieve a remembered fact.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| query | string | Keyword to search in subject or content (e.g. "invoice", "user language"). Omit to list all memories. |
| category | preference | contact | project | procedure | fact | correction | Filter by category. Omit to search all categories. |
| limit | number | Max 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} })