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

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds scoping (anonymous IP, BYO key hash, account ID) and the behavior when key is omitted (list all keys), which is 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?

Two sentences, front-loaded with core action, no redundant words. Efficient and clear.

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?

Simple tool with one optional parameter and rich annotations; description covers retrieval, listing, scoping, and pairing with siblings. No output schema needed.

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

Parameters5/5

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

Schema coverage is 100% with the key parameter described. Description explains the effect of omitting key (list all keys), adding meaning beyond the schema's 'omit to list all keys'.

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 or lists all keys when omitted, specific verb 'Retrieve' and resource 'memory key'. It distinguishes itself from sibling tools 'remember' and 'forget' by explaining the pairing.

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?

Explicit guidance on when to use: to look up previously stored context without re-deriving. Mentions pairing with 'remember' and 'forget', and notes scoping to identifier.

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

The tool set mixes unrelated domains (maps, prediction markets, npm dependencies, memory storage) under one server named 'Google_maps'. While individual tool descriptions are clear, an agent cannot easily distinguish which tools belong to the maps domain and which are extraneous, causing confusion about the server's actual purpose.

Naming Consistency2/5

Tool names lack a consistent convention. Maps tools use 'maps_' prefix, but other tools have names like 'ask_pipeworx', 'bet_research', 'forget', etc., mixing prefixes, verb styles, and underscore usage. No unified naming pattern across the set.

Tool Count2/5

37 tools is excessive for a specialized maps server. Only 7 tools are map-related; the remaining 30 cover disparate domains (financial data, prediction markets, system utilities), making the server seem like a random collection rather than a focused integration.

Completeness2/5

For a maps server, common operations like static map generation, place photos, or timezone lookups are missing. The inclusion of many non-maps tools creates a 'kitchen sink' effect, undermining completeness for the stated purpose. The tool surface is severely incomplete if judged by the server name.