Skip to main content
Glama

Predictit

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

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

Annotations already declare safe read-only idempotent behavior. Description adds scoping detail (by identifier) and the alternative behavior (omit key to list all), providing 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.

Conciseness4/5

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

Three sentences efficiently cover purpose, use case, and scoping. Front-loaded with the primary action. The pairing note is helpful but slightly redundant with sibling awareness.

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

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple retrieval tool with one optional parameter and no output schema, the description covers behavior, scope, and usage. Lacks explicit mention of error handling if key not found, but overall adequate.

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 covers 100% of parameters with description matching. The free-text description reiterates the listing behavior and provides examples (ticker, address), adding marginal value but not surpassing baseline given full schema coverage.

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 it retrieves a value by key or lists all keys when omitted. Distinguishes from siblings by explicitly mentioning partners `remember` and `forget`, and provides concrete examples of usage contexts (ticker, address, notes).

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?

Gives specific use cases (look up stored context) and explains how to list keys by omitting the argument. Does not explicitly state when not to use, but the context is clear and alternatives among siblings are not required due to specificity.

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 pairs like ask_pipeworx/ask_pipeworx_grounded and bet_research/polymarket_edges could cause confusion without careful reading. Overall, descriptions are clear enough to differentiate.

Naming Consistency3/5

Names are snake_case and mostly follow verb_noun pattern, but several are noun_noun (entity_profile, pipeworx_feedback, polymarket_arbitrage) creating inconsistency. Still readable due to descriptive terms.

Tool Count4/5

33 tools is slightly high but justified given the broad scope (data retrieval, prediction markets, memory, subscriptions). Each tool serves a specific role, so the count feels appropriate for the platform's capabilities.

Completeness4/5

The tool set covers data retrieval, prediction market analysis, memory management, and subscriptions well. Minor gaps exist (e.g., no direct betting tool), but core workflows are supported comprehensively.