Skip to main content
Glama

Recall

recall
Read-onlyIdempotent

Retrieve a value previously saved via remember, or list all saved keys (omit the key argument). Use to look up context the agent stored earlier — the user's target ticker, an address, prior research notes — without re-deriving it from scratch. Scoped to your identifier (anonymous IP, BYO key hash, or account ID). Pair with remember to save, forget to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoMemory key to retrieve (omit to list all keys)

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "key": "user_research_topic"
      +  },
      +  {}
      +]
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already provide readOnlyHint true and destructiveHint false. Description adds scoping per identifier and pairing with other tools, providing value beyond annotations.

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, front-loaded with core action, no wasted words, efficient.

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?

Simple tool (1 optional param, no output schema) and description covers retrieval, listing, scoping, and pairing. Sufficiently complete.

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 3. Description repeats schema info (omit key to list) but adds no new parameter meaning.

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?

Description clearly states the tool retrieves a saved value or lists all keys, distinguishing it from siblings remember and forget.

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?

Provides explicit context for when to use (look up stored context like ticker, address, notes) and implicitly through pairing with remember/forget. Could explicitly state 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation3/5

Many tools have overlapping purposes, especially the ask_pipeworx variants and Polymarket tools, but detailed descriptions help differentiate. Some tools like 'discover_tools' and 'suggest_questions' also have similar discovery roles, causing potential confusion.

Naming Consistency3/5

Names follow snake_case but lack a consistent pattern: some start with verbs (e.g., 'ask_pipeworx', 'compare_entities'), others with nouns (e.g., 'entity_profile', 'recent_changes'), and prefixes like 'pipeworx_' and 'polymarket_' are used sporadically, making the naming scheme mixed but still readable.

Tool Count2/5

35 tools is excessive for a server named 'Estat Japan', which should focus on Japanese statistics. The majority of tools are general-purpose Pipeworx tools, diluting the scope and making the count feel bloated for the stated purpose.

Completeness2/5

The e-Stat tools (list_data_catalog, search_stats, get_metadata, get_data) provide basic read-only access but lack update or delete operations. The inclusion of many unrelated tools leaves significant gaps for Japanese statistics, and the overall surface is incomplete for the server's implied domain.