Skip to main content
Glama

memory_list_tool

Browse and filter stored memories with pagination for auditing, exploring, or debugging memory contents in the Recall system.

Instructions

List memories with filtering and pagination.

Browse memories in the system with optional filters and pagination. Useful for auditing, exploring, or debugging memory contents.

Args: namespace: Filter by namespace (optional) memory_type: Filter by type (optional) limit: Maximum number of results (default: 100, max: 1000) offset: Number of results to skip for pagination (default: 0) order_by: Field to sort by (default: 'created_at', options: 'created_at', 'accessed_at', 'importance', 'confidence') descending: Sort in descending order (default: True)

Returns: Dictionary with list of memories and pagination info

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceNo
memory_typeNo
limitNo
offsetNo
order_byNocreated_at
descendingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses behavioral traits like filtering, pagination, and sorting, and mentions the return format as a dictionary with list and pagination info. However, it doesn't cover critical aspects such as rate limits, authentication needs, error handling, or whether the operation is read-only or has side effects, leaving gaps for a mutation-heavy context with siblings like memory_store_tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, starting with a clear purpose and usage context, followed by detailed parameter explanations. Every sentence adds value, but it could be slightly more concise by integrating the 'Args' and 'Returns' sections more seamlessly, though the structure is logical and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (6 parameters, no annotations, output schema exists), the description is mostly complete. It covers purpose, usage, parameters, and return format, and the output schema handles return values. However, it lacks details on behavioral aspects like side effects or error cases, which are important in a server with mutation tools, preventing a perfect score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains each parameter's purpose, optionality, defaults, and constraints (e.g., 'limit: Maximum number of results (default: 100, max: 1000)', 'order_by: Field to sort by (default: 'created_at', options: ...)'). This fully compensates for the schema's lack of descriptions, providing clear semantics for all 6 parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as 'List memories with filtering and pagination' and 'Browse memories in the system with optional filters and pagination,' which specifies the verb (list/browse) and resource (memories). It distinguishes from siblings like memory_store_tool (store) and memory_forget_tool (forget), but doesn't explicitly differentiate from similar tools like memory_recall_tool or memory_context_tool, which might also involve retrieving memories.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for usage with 'Useful for auditing, exploring, or debugging memory contents,' which helps an agent understand when to apply this tool. However, it lacks explicit guidance on when not to use it or alternatives among siblings, such as comparing to memory_recall_tool for specific recall vs. general listing, which would be needed for a perfect score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueman82/recall'

If you have feedback or need assistance with the MCP directory API, please join our Discord server