Connaissances · remember
Mémoriser
Enregistre une information durable dans la mémoire de l'espace.
- Prix
- inclus
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| category * | preference | contact | project | procedure | fact | correction | Category: "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 * | string | Short label for the memory (e.g. "user_language", "ceo_name", "invoice_workflow"). Max 120 chars. |
| content * | string | The detailed content to remember. |
| importance | number | Importance score 0–100 (default 50). Use 80+ for critical instructions, 20- for transient context. |
| expires_in_days | number | Days before this memory expires. Omit for permanent memories. |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
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} })