Skip to main content
Glama
eliasonAdvising

Claude Memory MCP Server

memory_get_observation

Retrieve a specific observation by ID to access its full details after identifying a relevant entry in the index.

Instructions

Retrieve a specific observation by ID. Use this after seeing an observation in the index that looks relevant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesObservation ID from the index
Behavior3/5

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

No annotations are provided, so the description carries the burden. 'Retrieve' implies a read-only operation, but it does not explicitly state that there are no side effects, what happens if the ID is not found, or any auth requirements. The verb is suggestive but lacks explicit disclosure.

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 concise sentences front-load the purpose and then provide a usage hint. Every word earns its place; there is no fluff or repetition.

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 single-parameter retrieval tool with no output schema, the description covers the core purpose and usage context. It does not detail return behavior or error cases, but these are not essential for a straightforward get-by-ID operation.

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 covers the parameter fully with 'Observation ID from the index.' The description adds contextual usage guidance but does not introduce new parameter semantics. With 100% schema coverage, baseline 3 is appropriate.

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 clearly states the action ('Retrieve a specific observation by ID') and distinguishes it from sibling tools like memory_get_concept and memory_search_observations. The added phrase 'by ID' specifies the exact resource and selection mechanism.

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?

It explicitly says when to use the tool: 'after seeing an observation in the index that looks relevant.' This provides clear context and implies that searching/finding should happen first. It does not name alternative tools, but the guidance is sufficient for a simple lookup.

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/eliasonAdvising/claude-memory-mcp'

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