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)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.8/5.0
Behavior4/5

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

Annotations already indicate the tool is non-destructive and idempotent. The description adds valuable context about scope (scoped by identifier) and persistence (persistent for authenticated users, 24-hour for anonymous sessions).

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?

Five concise sentences, each earning its place. Front-loaded with purpose, efficient examples, and clear pairing guidance. No redundancy.

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 two simple parameters with full schema coverage and no output schema, the description provides all necessary behavioral context: storage mechanism, scope, retention policy, and usage along with related tools.

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?

Both parameters are fully described in the schema. The description goes beyond by giving practical key examples (e.g., 'resolved ticker', 'user preference') and clarifying the value can be 'any text', adding real-world context.

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 saves data for reuse across conversations or sessions, using a specific verb and resource. It distinguishes from siblings by naming recall and forget as complementary tools.

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 tells when to use ('when you discover something worth carrying forward'), provides concrete examples, and directs to pair with recall and forget for retrieval and deletion.

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

Several tools have overlapping purposes. ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded all route to the same 5,564 tools, differing only in grounding behavior. suggest and lyrics both look up music but in different ways; suggest is broader while lyrics is exact. The core tools are distinct, but the multiple pipeworx variants and music tools create ambiguity.

Naming Consistency2/5

Naming is highly inconsistent. Most tools use snake_case (ask_pipeworx, entity_profile, compare_entities), but several use verb phrases (generate_llms_txt, scan_competitor_ai_presence) and some use short nouns (lyrics, suggest). There's no consistent verb_noun pattern; 'ask_pipeworx' variants mix imperative with domain words, and 'recall'/'remember' are verbs without objects.

Tool Count4/5

With 33 tools, the server covers a wide domain (company research, prediction markets, news, weather, lyrics, memory, subscriptions, etc.). While this is many tools, each has a specific purpose and the variety matches the stated 'universal router' / 'thousands of data sources' value prop. It could be trimmed slightly, but the count is justified by the breadth.

Completeness5/5

The tool surface is remarkably complete for its stated purpose: unstructured lookup (ask_pipeworx), grounded verification (ask_pipeworx_grounded), deep multi-source research (deep_research), entity profiles, comparisons, change feeds, arbitrage scanning, memory, subscriptions, and even feedback/governance tools. It covers all common patterns in data retrieval and has distinct tools for edge cases, making it hard to find obvious gaps.