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

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

Adds important persistence details (24-hour limit for anonymous, persistent for authenticated) beyond annotations like idempotentHint. No contradictions, but doesn't describe all edge cases (e.g., key conflict behavior).

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?

Succinct, front-loaded with purpose, then usage, then technical details. No filler or repetition.

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 purpose, usage, persistence, and sibling context. Lacks explicit mention of return value/output, but as a write-only tool without output schema, this is acceptable. No critical gaps.

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 descriptions. The tool description reiterates 'key-value pair' and 'scoped by identifier', adding minimal extra meaning beyond schema examples.

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 and sessions, with specific examples like 'resolved ticker' and 'user preference'. It distinguishes itself from siblings (recall/forget) by explaining it's the write counterpart.

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?

Explicitly says 'Use when you discover something worth carrying forward' and pairs with recall/forget, but does not provide explicit when-not-to-use scenarios or compare with alternative tools beyond those mentioned.

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

Multiple tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are nearly identical; the Polymarket betting tools (bet_research, polymarket_arbitrage, polymarket_edges, etc.) also overlap. The server name suggests a German dictionary, but most tools are unrelated, causing confusion about the set's focus.

Naming Consistency2/5

Tool names lack a consistent pattern: some use verb_noun (ask_pipeworx, compare_entities), some noun_noun (ai_visibility_check, dwds_frequency), some single words (forget, lemma), and some are acronyms (kwic). This mixed convention makes prediction of tool names difficult.

Tool Count3/5

At 36 tools, the set is large but not extreme. However, it attempts to cover too many domains (German language, prediction markets, AI visibility, npm packages, etc.), making it feel bloated and unfocused for a server named 'Dwds'.

Completeness2/5

For the German dictionary focus implied by the server name, tools are minimal (dwfs_frequency, lemma, snippet) and two are retired. For the broader data platform, there are gaps like no dedicated SEC filing search tool, relying on generic ask_pipeworx. The set feels incomplete for both intended purposes.