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

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint. Description adds scoping details (anonymous IP, BYO key hash, account ID) beyond annotations. No contradictions.

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?

Two sentences, front-loaded with core purpose. No wasted words. Efficient and informative.

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?

Covers retrieval and listing, scoping, and pairing with remember/forget. Lacks error handling details, but acceptable for a simple read-only tool with good annotations.

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 coverage is 100% with parameter description. Description adds clarity that omitting key lists all keys, and explains key purpose (memory retrieval). Adds value beyond 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?

Clearly states the verb (retrieve/list) and resource (saved memories). Distinguishes from siblings remember and forget by mentioning them. Specific about scoping to an identifier.

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 says when to use: to look up context without re-deriving. Implies alternatives (remember, forget) and when not to use them. Provides clear context.

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

Many tools have distinct purposes, but there is overlap among the Polymarket tools (bet_research, polymarket_edges, polymarket_arbitrage, polymarket_kalshi_spread) and between ai_visibility_check and scan_competitor_ai_presence. Detailed descriptions help, but some tools could still be confused.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., ai_visibility_check, resolve_entity, validate_claim). No mixing of conventions.

Tool Count2/5

With 27 tools spanning HPO, data queries, betting, memory, and utilities, the server is over-scoped. It aggregates multiple domains that would be better split into separate servers. The count feels excessive for a coherent set.

Completeness4/5

Within each domain (HPO ontology, Pipeworx data, Polymarket betting, etc.), the tool surface is reasonably complete. However, the overall server lacks a single clear purpose, making it hard to assess completeness holistically.