All tools

Knowledge · remember

Remember

Store a durable fact in the workspace memory.

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

Input

FieldTypeDescription
category *preference | contact | project | procedure | fact | correctionCategory: "preference" (user preferences/settings), "contact" (person/company details), "project" (project context), "procedure" (how-to/workflow steps), "fact" (general facts/data), "correction" (user corrections to agent behavior).
subject *stringShort label for the memory (e.g. "user_language", "ceo_name", "invoice_workflow"). Max 120 chars.
content *stringThe detailed content to remember.
importancenumberImportance score 0–100 (default 50). Use 80+ for critical instructions, 20- for transient context.
expires_in_daysnumberDays before this memory expires. Omit for permanent memories.

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":"remember","input":{"category":"preference","subject":"…","content":"…","importance":1}}'
$run({ "tool": "remember", "input": {"category":"preference","subject":"…","content":"…","importance":1} })