Set Agent Memory
set_agent_memoryStore or update ONE durable memory entry (key → value) for this user so context survives across sessions — preferences, prior conclusions, working context. Replace semantics per key (reusing a key overwrites it). Do NOT store a number you would later cite as a fact: financial figures come from data tools and carry fact_ids; memory values are never treated as verified figures. Caps: 200 entries / 8000 chars per value. Tier: sp500+ (sample rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Memory key (1–128 chars). Reusing an existing key overwrites its value. | |
| value | Yes | The note to remember (≤8000 chars). Never store a figure you would cite as a fact — those come from data tools. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _meta | Yes | Provenance envelope — data lineage for every MCP response | |
| memory | Yes | ||
| created | Yes |