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. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description discloses behavioral traits beyond annotations: storage as key-value pair scoped by identifier, persistence duration for anonymous sessions (24 hours) vs authenticated users, and cross-session availability. These are not available in annotations and add critical context.

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?

The description is four sentences, front-loaded with the primary purpose, and each sentence provides essential information (when to use, storage mechanics, persistence, companion tools). No redundancy or unnecessary detail.

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?

Despite lacking an output schema, the tool is simple (2 required params) and the description sufficiently covers purpose, usage triggers, scoping, persistence, and pairing with recall/forget. It gives an agent everything needed to invoke appropriately.

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 descriptive examples. The description does not add substantial new parameter semantics beyond the schema, though it reiterates the kind of data to store (e.g., resolved ticker, target address). Baseline 3 is appropriate given high schema coverage.

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 uses a specific verb 'Save' with a clear resource 'data the agent will need to reuse later', and explicitly differentiates from siblings by mentioning 'Pair with recall to retrieve later, forget to delete.' It clearly states the tool persists key-value pairs.

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?

It provides explicit when-to-use guidance: 'Use when you discover something worth carrying forward' with concrete examples, and it contrasts with recall/forget as complementary operations. It also clarifies persistence rules for authenticated vs anonymous users, covering context.

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

Several tools overlap heavily: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical routers, and the five polymarket_* tools all deal with prediction-market edge detection and filling risk. Memory and subscription tools are clear, but the data-access and research tools require careful reading to avoid selecting the wrong entry point.

Naming Consistency3/5

All names use snake_case and many follow a verb_noun pattern such as search_universities and resolve_entity, but the set mixes product-prefixed names (polymarket_*, pipeworx_*), bare verbs (remember, recall, forget), and noun phrases (entity_profile, deep_research). The ask_pipeworx_beta suffix also introduces a naming convention not used elsewhere.

Tool Count2/5

At 32 tools, the server exceeds the heavy threshold, and almost all tools are unrelated to the apparent 'universities' domain—only search_universities matches the server name. The count might suit a broad data-research platform, but it is poorly scoped for this server's stated identity.

Completeness1/5

For the domain implied by the server name, the surface is severely incomplete: only a name/country university search exists, with no university detail, ranking, program, admissions, or comparison coverage. Agents would dead-end immediately after finding a list of universities.