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)

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent. Description adds scoping ('to your identifier') and relationships. No contradictions. Could mention behavior for missing keys, but overall transparent.

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, no waste. First sentence core functionality, second sentence usage rationale, third sentence scoping and pairing. Front-loaded and efficient.

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 (1 optional param, no output schema), description covers purpose, usage, scoping, and sibling relationships. Complete and self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema already describes the single optional key parameter with 100% coverage. Description adds usage nuance (omit to list all keys) and context, exceeding schema alone.

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?

States clearly: retrieves a value saved via remember, or lists all keys if key omitted. Specific verb (retrieve/list) and resource (previously saved values). Distinguishes 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?

Explicitly says use to look up stored context without re-deriving. Mentions pairing with remember and forget. Lacks explicit when-not-to-use or alternative tools, but 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

A4.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but some overlap exists between ask_pipeworx, ask_pipeworx_grounded, and deep_research, which all query Pipeworx data in different modes. However, their descriptions clearly differentiate them. Similarly, memory and subscription tools are separate. Overall, an agent can distinguish tools with moderate effort.

Naming Consistency4/5

Tool names mostly follow verb_noun pattern with snake_case, such as ask_pipeworx, compare_entities, generate_llms_txt. However, a few tools like 'datasets', 'metadata', and 'query' are single nouns, breaking the pattern. Overall, naming is consistent enough for an agent to predict behavior.

Tool Count3/5

33 tools is above the typical range for an MCP server, but the server covers a wide domain (SEC, FRED, FDA, prediction markets, etc.) with specialized tools. The count is borderline heavy but justifiable given the scope. Some tools like memory and subscription management add to the count but serve necessary auxiliary functions.

Completeness4/5

The tool surface is comprehensive for its intended domain of structured data querying and analysis. It covers data retrieval, entity resolution, comparison, news, subscriptions, and memory. Minor gaps include dependency scanning only for npm and lack of direct web search, but meta-tools like ask_pipeworx fill many needs. Overall, it supports common workflows well.