Skip to main content
Glama

mem_get

Fetch a specific memory record by ID, either an observation or prompt. Include surrounding timeline for chronological context when needed.

Instructions

Fetch a saved observation or prompt by ID. Use include_timeline=true when the surrounding observation chronology matters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRecord ID to retrieve, interpreted according to kind
kindNoMemory kind to retrieve (defaults to observation)
afterNoTimeline observations after the focus item (default: 5)
beforeNoTimeline observations before the focus item (default: 5)
offsetNoCharacter offset for large content (default: 0)
max_lengthNoMax characters to return (default: 50000)
include_timelineNoInclude surrounding observations in the same session
Behavior2/5

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

No annotations present, so description carries full burden. Does not disclose read-only status, error behavior (e.g., missing ID), or any side effects. Minimal beyond stating the basic action.

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, no fluff. First sentence states purpose, second provides a key usage tip. Efficient and well-structured.

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

Completeness2/5

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

Despite 7 parameters and no output schema, description does not summarize default behaviors, return structure, or error cases. Leaves significant gaps for an AI agent to infer.

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 coverage is 100%, so baseline is 3. Description adds value only for include_timeline parameter with a usage hint. Other parameters rely solely on schema descriptions.

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?

Description clearly states verb 'fetch' and resource 'saved observation or prompt by ID'. Distinguishes from siblings by focusing on ID-based retrieval, though could more explicitly contrast with mem_recall.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Only one guideline is provided (use include_timeline for chronology), but no guidance on when to use this tool versus siblings like mem_context, mem_recall, or mem_session. Lacks when-not-to-use.

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/EremesNG/thoth-mem'

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