save_to_agent_kb
Save notes, context, or insights to the agent's persistent memory for future recall, with optional metadata and keyword indexing.
Instructions
Save notes, context, or insights to this agent's persistent memory for future recall and reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_content | Yes | The text content to save to the agent's memory (supports variable references like {{meeting_notes}}). | |
| metadata | No | Optional JSON metadata about this content (e.g., {"source": "meeting_notes", "date": "2025-11-13"}). | |
| suggested_keywords | No | Comma-separated list of keywords to prioritize in indexing (e.g., "enterprise, pricing, annual contract"). | |
| output_variable_name | Yes | Variable name to store the save result, like 'saved_memory' or 'memory_saved'. | saved_memory |