remember
Store new memories with tags, metadata, and importance scores in a persistent spatial memory system. Organize knowledge by project or namespace for later retrieval.
Instructions
Store a new memory in the spatial memory system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for categorization | |
| content | Yes | The text content to remember | |
| project | No | Project scope for this operation. Omit to auto-detect from environment. Use "*" to search across all projects. | |
| metadata | No | Optional metadata to attach to the memory | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Namespace for organizing memories (default: 'default') | default |
| importance | No | Importance score from 0.0 to 1.0 (default: 0.5) | |
| idempotency_key | No | Optional unique key for idempotent writes. If the same key is used again, returns the cached result instead of creating a duplicate. |