save_context
Store user preferences, facts, and notes in durable memory so any agent can recall them in future sessions.
Instructions
Save a durable fact, preference, or note about the user so any agent can recall it later.
Use this whenever the user states something worth remembering across sessions and tools (e.g. "I prefer Python", "I'm based in Boston", "my project is a job-hunting agent").
Args: content: The thing to remember, in a self-contained sentence. type: One of "preference", "fact", or "note". tags: Optional short keywords to aid later search (e.g. ["coding", "style"]). source_app: The app/agent saving this (e.g. "claude-desktop", "cursor").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | No | note | |
| content | Yes | ||
| source_app | No | unknown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |