Skip to main content
Glama
oneKn8
by oneKn8

list_memories

Retrieve stored memories with optional filters for project and tags, supporting paginated results for easy browsing.

Instructions

Browse and list stored memories with optional filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts at 1).
tagsNoFilter to memories with these tags.
projectNoFilter to a specific project (None = all projects).
page_sizeNoNumber of results per page (default: 20).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must convey all behavioral traits. It implies a read operation but does not mention pagination, result limits, or data sensitivity, though the schema hints at pagination. Adequate for a simple list but lacks explicit disclosure.

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 a single concise sentence with no waste. It is appropriately sized but lacks structured formatting that could improve scanability.

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 tool's simplicity (list with optional filtering), the description is mostly complete. An output schema exists, so return values are covered. No major gaps, but could mention pagination or read-only nature.

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

Parameters3/5

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

Schema description coverage is 100%, so the description adds limited value beyond the schema. The phrase 'optional filtering' summarizes the filtering parameters but provides no additional semantic detail.

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

Purpose5/5

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

The description 'Browse and list stored memories with optional filtering' uses a specific verb (browse/list) and resource (memories), clearly distinguishing it from siblings like forget, recall, and remember.

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

Usage Guidelines3/5

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

The description implies usage for listing with optional filtering but provides no guidance on when to use this tool versus siblings or when not to use it.

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/oneKn8/mcp-memory'

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