Skip to main content
Glama

List recent memories

list_memories
Read-onlyIdempotent

List the user's most recent memories without searching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOnly memories carrying ALL of these tags.
tierNoOnly memories in this storage tier.
limitNoMaximum memories to return (1-100).
offsetNoZero-based offset for paging. Use next_offset from the previous result.
sourceNoOnly memories with this exact origin label.
event_typeNoOnly memories with this exact event_type.
created_afterNoOnly memories created after this ISO 8601 timestamp.
created_beforeNoOnly memories created before this ISO 8601 timestamp.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesItems in this page.
limitNo
totalNoTotal matching items, when known.
offsetNo
has_moreNoTrue when more items follow this page.
memoriesYes
next_offsetNoPass as offset to fetch the next page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds only that results are 'most recent' (ordering) and that no search is performed, which is modest additional context beyond structured data.

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?

A single front-loaded sentence with no filler. Every word contributes to the tool's scope and mode.

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?

With annotations covering safety, an output schema defining returns, and 100% parameter description coverage, the description provides enough to invoke correctly. The only real gap is explicit sibling routing, but 'without searching' gives a usable hint.

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 all eight parameters are documented in the schema itself. The description adds no parameter semantics, so the baseline of 3 applies.

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?

States a specific verb (List) and resource (memories) with scope (user's most recent) and distinguishes itself from search_memory via 'without searching'. It does not name the alternative explicitly, so it is clear but not a perfect sibling differentiation.

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 phrase 'without searching' implies a browsing use case, but no explicit when-to-use or when-not guidance is given, and no alternatives such as search_memory are named. The agent must infer that this tool is for non-query retrieval.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources