agent_memory_list
Retrieve stored memory entries, filtered by category and tag, with a configurable limit. Helps agents query their past notes and context.
Instructions
List memory entries, optionally filtered by category and/or tag.
Args: category: Only return entries in this category. tag: Only return entries carrying this tag. limit: Maximum number of entries to return.
Returns: str: JSON with keys 'success', 'count', and 'entries'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only return entries carrying this tag. | |
| limit | No | Maximum number of entries to return. | |
| category | No | Only return entries in this category. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |