list_memories
Retrieve stored memories with optional tag filtering to access relevant information.
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 |
|---|---|---|---|
| tags | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |