list_agent_memories
Retrieve saved agent memories with topics, keywords, and previews. Filter by keyword, metadata, or limit results.
Instructions
List all saved memories for this agent with topics, keywords, and previews. Optionally filter by keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id_override | No | Optionally list memories from a different agent. Leave empty to use current agent. | |
| keyword_filter | No | Filter memories containing this keyword (e.g., "pricing", "enterprise", contact name). | |
| metadata_filter | No | Filter memories by metadata key-value pairs. JSON format, e.g., {"meeting_title": "Q4 Review", "event_id": "event_123"}. Only memories matching ALL specified metadata will be returned. | |
| limit | Yes | Maximum number of memories to return (default: 50). | 50 |
| include_full_content | No | Return full raw text content and metadata for each memory instead of just the summary. | |
| output_variable_name | Yes | Variable name to store the memory list, like 'agent_memories' or 'memory_list'. | agent_memories |