graph_add_observation
Add an observation, fact, or note to any entity in your knowledge graph. Attach context with optional source and timestamp for structured memory persistence.
Instructions
Add an observation about an entity. Observations are facts, notes, or information associated with entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Optional store ID to target a specific registered store instead of the active one | |
| entity | Yes | Entity name or ID to attach the observation to | |
| text | Yes | The observation text content | |
| source | No | Optional source of the observation | |
| timestamp | No | Optional ISO timestamp (defaults to current time) |