Skip to main content
Glama

Remember

remember
Idempotent

Save data the agent will need to reuse later — across this conversation or across sessions. Use when you discover something worth carrying forward (a resolved ticker, a target address, a user preference, a research subject) so you don't have to look it up again. Stored as a key-value pair scoped by your identifier. Authenticated users get persistent memory; anonymous sessions retain memory for 24 hours. Pair with recall to retrieve later, forget to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesMemory key (e.g., "subject_property", "target_ticker", "user_preference")
valueYesValue to store (any text — findings, addresses, preferences, notes)

TDQS

A4.7/5.0
Behavior5/5

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

Adds meaningful behavioral details beyond annotations: memory is scoped by identifier, authenticated users get persistent memory while anonymous sessions retain for 24 hours. Annotations already cover idempotency and safety, and the description does not contradict them; it enriches them with lifecycle and scoping information.

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?

Front-loaded with the core action, followed by usage guidance, storage semantics, and companion tool references. Every sentence adds value; no fluff or repetition. Well-structured and appropriately sized.

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 two-parameter tool with no output schema, the description covers all essential aspects: when to use, persistence, key-value format, and related tools. It leaves no significant gaps for the agent to navigate the tool correctly.

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 description coverage is 100% and provides clear examples for key and value types. The description adds context about key-value pairing and scoping, but parameter meaning is fully carried by the schema. Baseline 3 is appropriate.

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 opens with a specific verb+resource: 'Save data the agent will need to reuse later.' It clearly distinguishes from siblings by naming companion tools (recall, forget) and clarifying the key-value store nature. This is more than just a restatement of the name.

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 states when to use ('Use when you discover something worth carrying forward') and provides concrete examples. It also names alternatives and companions: 'Pair with recall to retrieve later, forget to delete.' This gives clear context for choosing this tool over siblings.

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

Most tools have distinct purposes, but the ask_pipeworx trio (stable, beta, grounded) are near-identical variants, and the five polymarket_* tools plus bet_research heavily overlap in the edge-finding space. Detailed descriptions help, but an agent could easily misselect among these clusters.

Naming Consistency3/5

Names are all snake_case and readable, but conventions vary: ask_pipeworx_* uses a prefix pattern, polymarket_* is consistent, yet others mix verbs (scan_competitor_ai_presence, generate_llms_txt) with nouns (entity_profile, resolve_entity). No single verb_noun pattern governs the set.

Tool Count2/5

34 tools is well above the 25-tool threshold and feels like multiple servers merged into one: structured data routing, prediction markets, OSM, memory, subscriptions, and AI-visibility checks. The breadth is impressive but the count is heavy for a single tool surface.

Completeness4/5

The surface is notably complete for its blended domain: memory has remember/recall/forget, subscriptions have subscribe/list/unsubscribe, data access has multiple router modes plus deep research and claim validation, and prediction markets have research, edge, arbitrage, fill-risk, and cross-venue tools. Minor gaps exist (no subscription update, no explicit reverse-geocoding tool), but core workflows are covered.