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

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

Annotations already indicate idempotent and non-destructive writes. Description adds valuable context: key-value storage, persistent vs. 24-hour retention based on authentication, and scoping. 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?

Four concise sentences, front-loaded with purpose, quickly covering usage, scope, retention, and companion tools. No unnecessary words.

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 the simplicity of a write-only tool with no output schema, the description fully covers purpose, usage, behavior, and lifecycle. No 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?

Input schema already provides descriptions for both parameters (key and value) with examples. Description adds context on expected usage patterns but the schema covers the meaning fully.

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 tool saves data for reuse across sessions, with specific examples (resolved ticker, target address, user preference). Distinguishes from sibling tools recall and forget, which are mentioned as partners.

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 discovering something worth carrying forward. Provides pairing guidance with recall and forget, and mentions scoping by identifier. No ambiguity.

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

Many tools have overlapping purposes, such as ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all performing similar data queries. Similarly, bet_research, polymarket_arbitrage, polymarket_edges, and polymarket_fill_risk cover the same betting domain. Players/player, teams/team, and games/game also blur distinctions.

Naming Consistency2/5

Naming styles are inconsistent: some use verb_noun (e.g., validate_claim, discover_tools), others are plain nouns (e.g., player, team, stats), and some are individual verbs (e.g., forget, recall). There's no predictable pattern.

Tool Count2/5

With 39 tools, the set is large and spans multiple unrelated domains (NBA stats, betting, general data lookup, memory). Given the server name 'Balldontlie' suggests NBA focus, the number is excessive and many tools feel out of place.

Completeness2/5

For an NBA stats server, the tool surface is incomplete (missing play-by-play, advanced stats, season leaders, etc.). As a general data server, it relies on meta-tools like ask_pipeworx rather than dedicated tools, so coverage is indirect and not comprehensive.