Skip to main content
Glama

List memory

memory_list

Lists saved facts newest-first as previews, helping you identify relevant entries before expanding them with full details.

Instructions

Saved facts newest-first as PREVIEWS (id, date, tags, opening clause); memory_get ids:[…] expands the ones that matter, full:true dumps everything. Prefer brief as the opener — same previews, staleness-checked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoWhole bodies instead of previews — costly on a large store.
limitNoMax facts (default 50).
Behavior4/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 that results are previews (not full bodies), that full:true is costly, and that brief offers staleness-checking (implying memory_list does not). It doesn't state the response shape or pagination behavior explicitly, but enough context is given.

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?

Two sentences, front-loaded with the most critical info (what the tool returns and how to expand). Every phrase earns its place, with no fluff or redundancy.

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?

For a simple list tool with two optional params and no output schema, the description is quite complete: it explains the preview fields, ordering, the full:true alternative, and points to brief for staleness-checked previews. Minor gap: no explicit mention of the response container (e.g., array), but this isn't critical given the preview description.

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?

The schema already provides 100% description coverage for both parameters (full and limit), including costs and defaults. The description only adds a brief mention of full:true behavior, not significantly beyond the schema. Baseline 3 is appropriate when schema does the heavy lifting.

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?

Description clearly states the action (list saved facts), the ordering (newest-first), and the format (previews with id, date, tags, opening clause). It also distinguishes itself from siblings like memory_get and brief by specifying what it does NOT do (expand full bodies, staleness-checking).

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?

Provides explicit guidance: use memory_get to expand specific ids, use full:true to dump everything, and prefer brief as the opener because it gives same previews but with staleness-checking. This makes when-to-use vs alternatives very clear.

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/Siddhukaushik/slimdex-mcp'

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