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

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds that omitting key lists all keys and explains scoping, providing useful context beyond annotations without contradiction.

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?

Three sentences, front-loaded with main purpose, then usage context and pairing. No unnecessary words; every sentence adds value.

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?

Complete for a simple tool with one optional parameter. Covers retrieval, listing, scoping, and relations to remember and forget. No missing information given the annotations.

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 the schema description already explains the key parameter's purpose. The description does not add new parameter-level details beyond rephrasing 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 if key is omitted. It uses specific verbs (retrieve, list) and resource (saved memory), 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 Guidelines5/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 previously stored context without re-deriving. Provides context on scoping (anonymous IP, BYO key, account ID) and pairs with remember and forget for save/delete operations.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct function or data domain, from prediction markets (bet_research, polymarket_*) to company research (entity_profile, compare_entities) to data queries (query, dataset_info). No two tools have overlapping purposes; meta-tools like ask_pipeworx and deep_research are clearly differentiated.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with descriptive verbs (e.g., search_datasets, validate_claim, remember). No mix of conventions like camelCase or inconsistent verb choices.

Tool Count4/5

At 33 tools, the server covers a broad range of capabilities (data retrieval, AI visibility, prediction markets, company profiles, subscriptions, etc.). While slightly above the ideal range, the count is justified by the breadth of functionality and no tool feels redundant.

Completeness4/5

The tool set provides comprehensive coverage for data discovery, retrieval, and analysis across multiple domains (SEC, FDA, FRED, Paris Open Data, prediction markets, etc.). Minor gaps exist (e.g., no update/delete for Paris Open Data), but the primary focus on reading and analysis is well-served.