Skip to main content
Glama

List memory keys (not values)

memory_list
Read-onlyIdempotent

List stored keys with optional prefix or tag filter to discover what is saved. Returns keys, timestamps, and tags; use memory_get to retrieve values.

Instructions

List keys with optional prefix or tag filter. Returns keys + timestamps + tags only — call memory_get for values. Use this first on a new session to discover what is stored.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoOnly return keys carrying this tag.
limitNoMax keys to return.
prefixNoOnly return keys starting with this string.
Behavior4/5

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

Annotations already indicate the tool is read-only and idempotent. The description adds that it returns only keys, timestamps, and tags, which is helpful context. No contradictions. It does not discuss any edge cases or errors, but the behavior is straightforward.

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

Conciseness5/5

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

Three concise sentences: first states the action, second lists return data and points to memory_get for values, third gives recommended usage. No wasted words; information is front-loaded.

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

Completeness5/5

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

Given no output schema, the description adequately describes the return structure (keys, timestamps, tags). The guidance to use memory_get for values completes the context. All necessary information for a simple listing tool is present.

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 coverage is 100% with clear parameter descriptions. The description restates that prefix and tag are optional filters, which adds minimal new semantic value beyond the schema. It does not provide additional usage details like format or values.

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?

Title and description explicitly state the tool lists memory keys (not values), and the description clarifies it returns keys, timestamps, and tags. It distinguishes from memory_get which retrieves values, and from other siblings like memory_search.

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

Usage Guidelines5/5

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

The description explicitly recommends using this tool first in a new session to discover stored data, and advises using memory_get for values. This provides clear guidance on when and why 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/davidmosiah/delx-memory'

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