list_memories
List stored memories with optional tag filtering to retrieve specific entries from persistent memory.
Instructions
List stored memories with optional tag filtering.
Args:
limit: Maximum number of memories to return (default 50).
tags: Optional tag filter to narrow results.
Returns:
JSON string with the list of memories.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |