Skip to main content
Glama

Context Link

Get Memory

get_memory
Read-onlyIdempotent

Retrieve previously saved memory content by its namespace. Use this when the user wants to recall saved content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYesThe namespace/name of the saved memory to retrieve

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
foundYes
contentYes
namespaceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, non-destructive and a closed-world scope, so the safety profile is fully covered without the description. The description adds only the fact that content was "previously saved" and says nothing about behavior when the namespace is missing or how results are returned, so it adds minimal behavioral value beyond the structured fields.

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 short sentences with the action stated first and the usage condition second; there is no filler, redundancy, or trailing hedging.

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?

An output schema exists, so return values need not be described, and for a one-parameter read this definition covers essentially everything an agent needs. The only gap is the absence of any note about behavior on an unknown namespace, a minor omission rather than a blocking one.

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?

With a single parameter at 100% schema description coverage, the schema already explains "namespace" fully. The phrase "by its namespace" in the description merely restates the schema and adds no format, naming-convention, or validation detail beyond it, so the baseline 3 applies.

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 names a specific verb and resource ("Retrieve previously saved memory content") and the retrieval key ("by its namespace"), so the action is unambiguous. It does not explicitly contrast itself with siblings like save_memory or get_context, but the read/lookup intent is clear.

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?

"Use this when the user wants to recall saved content" gives an explicit triggering condition that ties the tool to a user intent. It stops short of stating when NOT to use it or naming get_context as the alternative for context-style retrieval, so it falls just below the top band.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources