Skip to main content
Glama

Read Memory

read_memory

Access previously saved user preferences and facts from persistent memory. Specify a section to read targeted information, or omit to retrieve the complete memory file.

Instructions

Read persistent memory. Use list_sections first if unsure where info is stored, then read that section directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoSection name to read (e.g., 'Tech Setup & Hardware'). Omit for full memory.
Behavior3/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 of behavioral disclosure. It accurately describes the operation as a read with no implied mutation, but it does not describe behavior for missing sections, full-memory reads, or potential size limits. For a simple read tool this is adequate but minimal.

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 two crisp sentences, front-loading the primary action and then giving a useful pointer to list_sections. There is no wasted wording.

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 tool with one optional parameter and no output schema, the description gives enough context for an agent to use it correctly, including a fallback workflow. It could briefly mention that omitting 'section' reads all memory, but that is already covered by the parameter schema.

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 schema already documents the optional 'section' parameter and the 'Omit for full memory' behavior. The description adds workflow context but no additional parameter-level meaning beyond what the schema provides.

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 identifies the action ('Read') and the resource ('persistent memory'), making the core purpose obvious. It does not explicitly differentiate from search_memory, but the direct read vs. search distinction is reasonably implicit.

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 explicitly tells the agent to use list_sections first if unsure where information is stored, then read the section directly. This is clear practical guidance for at least one important alternative, though it does not mention other read-like siblings such as search_memory.

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/c1hucktay4lors/mnemonic-mcp'

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