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

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

Annotations already indicate readOnly/idempotent/destructive behavior. Description adds scoping detail and pairing with remember/forget, which is useful 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.

Conciseness5/5

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

Three concise sentences, front-loaded with primary action. No redundant information; 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?

Given simple tool with one optional param and no output schema, description covers retrieval, listing, scoping, and related tools completely.

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 description restates the parameter behavior (omit to list). No new syntactic details beyond schema, but clarification of omission is helpful.

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 saved value (via remember) or lists all keys when omitted. It distinguishes from siblings like 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?

Explains when to use (to look up context without re-deriving) and mentions scoping. Does not explicitly state when not to use, but provides clear context for usage.

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

There is significant overlap between tools like ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research, all performing similar data lookup functions. Additionally, multiple prediction market tools (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk) have overlapping purposes. An agent would struggle to choose the correct tool without deep understanding of subtle differences.

Naming Consistency4/5

Tool names follow a consistent snake_case pattern and use clear domain prefixes (ask_pipeworx, polymarket_, python_) and verb_noun structure (e.g., validate_claim, compare_entities). Minor inconsistency exists with tools like 'overall' not following verb_noun, but overall pattern is predictable.

Tool Count3/5

With 36 tools, the count is high but justifiable given the broad array of capabilities (data queries, prediction markets, memory, subscriptions). However, the server name 'Pypi Stats' suggests a narrow focus, making the count feel excessive for that purpose. The actual scope is wide, so the count is borderline appropriate.

Completeness4/5

For its actual scope as a data query and analysis platform, the tool set is quite complete: it covers company profiles, comparisons, claim verification, trend analysis, and prediction market insights. Minor gaps exist (e.g., no update/delete for most data types), but core query and lookup operations are well covered.