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. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds scoping by identifier and clarifies behavior when key is omitted, providing context 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each adding value. The core action is front-loaded. Could be slightly more concise but not wasteful.

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 read tool with one parameter and strong annotations, the description covers usage, scoping, and related tools. No output schema but return values are implied.

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% with a single optional parameter. The description repeats the behavior ('omit to list all keys') but does not add new meaning beyond the schema.

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?

The description clearly states the tool retrieves a value saved via 'remember' or lists all keys when omitted. It uses specific verbs ('retrieve', 'list') and distinguishes from sibling tools '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?

The description provides use cases (look up context like ticker, address, notes) and mentions pairing with 'remember' and 'forget'. It does not explicitly state when not to use, but the context is clear.

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
Disambiguation2/5

Several tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta (currently identical), ask_pipeworx_grounded, deep_research, and validate_claim all handle routed research queries, while ai_visibility_check and scan_competitor_ai_presence overlap directly and the six Polymarket tools form a dense, easily confused cluster. The descriptions are detailed, but an agent will frequently struggle to pick the right tool among near-duplicate research and prediction-market options.

Naming Consistency3/5

Names are readable and mostly snake_case, with useful prefixes like ask_pipeworx_ and polymarket_. However, conventions are mixed: some are verb_noun (search_genes, get_protein, generate_llms_txt), some are bare verbs (remember, recall, forget), and some are noun phrases (entity_profile, recent_changes, top_tissues). There is no single predictable pattern.

Tool Count2/5

34 tools is above the 25+ threshold for a heavy, hard-to-navigate set, and most of them are not related to the server's stated 'Protein Atlas' identity. Only three tools actually concern proteins, while the rest form a general data-research, Polymarket, memory, and subscription toolkit that feels like several servers merged into one.

Completeness2/5

For a Protein Atlas server, the surface is severely incomplete: only search_genes, get_protein, and top_tissues cover HPA, leaving pathology, cell-line, single-cell, blood, and other major HPA dimensions unaddressed. If the intended domain is instead the broader Pipeworx data router, the protein tools are an odd vestige and the completeness story is still muddled by overlapping meta-tools.