agent_memory_append
Append a block to the calling user's persistent agent memory. Use this when the user explicitly says "remember X", "save this", or "note for next time" — DO NOT auto-update on every interaction. Memory is auto-prepended to your system prompt on every chat in this user's account. Cap: 10240 bytes total; over-cap appends return 413. Markdown is encouraged; keep entries terse and factual (preferences, project context, references), not verbose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | Yes | Markdown block to append. Will be separated from existing content by a blank line. |