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.3/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive. Description adds scoping detail (by identifier) and pairing with remember/forget. No contradictions.

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, each purposeful. Front-loaded with primary action, then additional context. No wasted words.

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

Completeness5/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 param and full annotations, the description covers behavior, scoping, and related tools. No gaps.

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% and already describes 'omit to list all keys'. Description does not add new parameter semantics but reinforces the usage pattern.

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?

Clearly states action (retrieve/list) and resource (saved memory). Distinguishes from siblings remember and forget by specifying pairing and contrasting usage.

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?

Explicitly describes when to use: to look up stored context without re-deriving. Mentions omitting key to list all. Does not explicitly exclude other tools but context is sufficient.

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

There is meaningful overlap among the ask_pipeworx, deep_research, validate_claim, and polymarket_* tools, but the descriptions do draw fairly clear boundaries between them. The five yt_* tools are distinct and easy to tell apart, though the unrelated Pipeworx cluster makes the overall set feel muddier than it should.

Naming Consistency3/5

Most tools use readable snake_case, and there are coherent prefixes like yt_ and polymarket_, but the set mixes bare verbs (remember, recall, forget, subscribe), noun-style names (entity_profile, deep_research), and API-like names (ask_pipeworx, generate_llms_txt). The pattern is not chaotic, but it is inconsistent across the set.

Tool Count2/5

36 tools is well above the typical well-scoped range, and the vast majority are unrelated to the server's stated 'Youtube' identity. The actual YouTube surface is only five tools, while 31 tools belong to a different Pipeworx/Polymarket domain.

Completeness2/5

For a YouTube-focused server, the yt_* tools cover search, channel info, video details, and comments, but miss obvious surfaces like playlists, transcripts, subscriptions, uploads, and video updates. The large non-YouTube tool collection does not fill these gaps; it only makes the server feel mis-scoped.