Skip to main content
Glama
0Mattias
by 0Mattias

memory_list

List active memories with one-line summaries for quick triage, avoiding unnecessary full-body retrieval. Filter by scopes or request full bodies for small stores.

Instructions

List active memories. By default returns one-line summaries (IDs, scopes, summary, no body) — cheap triage. Pass with_bodies=True to inline full bodies in one call; useful for small stores where N round trips of list -> show -> show would be wasteful. Don't reach for with_bodies casually — it pulls every memory in scope into your context, which is the failure mode this project exists to avoid. Filter by scopes if you only care about a subset.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopesNo
with_bodiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden and discloses key behaviors: default returns cheap summaries, with_bodies inlines full bodies (potentially costly), and the context bloat risk is highlighted. It does not explicitly state read-only status or error handling, but the warnings are valuable.

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?

The description is four sentences, all information-dense. It front-loads the core purpose, then covers default behavior, the with_bodies trade-off, and filtering. No wasted words.

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?

The description adds essential context about default vs with_bodies return shapes and the risk of pulling all memories, which is helpful even with an output schema present. It doesn't mention pagination or response size limits, but for a small-store tool the guidance is adequate.

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 schema provides only types and defaults with no descriptions (0% coverage). The description enriches both parameters: with_bodies is explained with trade-offs (avoids multiple round trips vs context bloat) and scopes is described as a filter. This exceeds the schema's information substantially.

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 lists active memories with a specific verb and resource. It distinguishes itself by describing the default one-line summary format, which implies a triage-oriented list operation, but does not explicitly name sibling tools like memory_show or 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 Guidelines4/5

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

The description gives explicit guidance on when to use with_bodies and warns against casual use due to context bloat. It also advises using scopes for subset filtering. While it doesn't directly reference alternatives like memory_search, it provides clear situational usage guidance for all parameters.

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/0Mattias/bettermemory'

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