Skip to main content
Glama

get_memory

Retrieve a specific saved Warp memory by its numeric id or name substring to access stored context for reuse.

Instructions

Get one Warp saved memory by numeric id or name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_or_nameYesMemory id (e.g. '21') or name substring.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It clearly indicates a read-only retrieval action, which is helpful, but it does not describe behavior for not-found cases, ambiguous name matches, or the shape of the returned memory. These are meaningful gaps for a tool with no output schema.

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 a single, well-structured sentence with no filler. It front-loads the action and resource, then states the lookup key. Every word contributes to the agent's understanding.

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

Completeness3/5

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

For a one-parameter retrieval tool, the description is minimally sufficient, but it leaves out important operational details: what happens when the name substring matches multiple memories, whether the match is case-sensitive, and what the response looks like. Since there is no output schema, these gaps matter more.

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 parameter is already documented. The description restates that lookup is by 'numeric id or name' but adds no new semantic detail beyond what the schema already provides, such as matching rules or formatting.

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 uses a specific verb ('Get'), a clear resource ('Warp saved memory'), and a precise selection method ('by numeric id or name'). It also says 'one', which distinguishes it from the sibling 'list_memories' without ambiguity.

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 this tool should be used when a single memory is needed and an id or name is available. However, it does not explicitly explain when to prefer list_memories or search, nor does it mention any exclusions for ambiguous name substrings.

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

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

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