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

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

Beyond annotations (idempotentHint=true, destructiveHint=false), the description adds storage scoping (scoped by identifier) and persistence details (24 hours for anonymous, persistent for authenticated). No contradiction.

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?

Two clear, front-loaded sentences. Every sentence adds essential info: purpose, when to use, storage details, and pairing with siblings. No fluff.

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 tool with 2 params and no output schema, the description fully covers purpose, usage, behavior, and integration with siblings. Complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for both parameters. Description adds value with key examples (subject_property, target_ticker) and states value is any text, reinforcing schema.

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 states 'Save data the agent will need to reuse later' which is a specific verb+resource. It distinguishes from sibling tools like recall and forget by mentioning pairing with them.

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' with examples of what to store. Pairs with recall and forget, providing clear context. Lacks explicit when-not-to-use but adequate.

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
Disambiguation1/5

The tool set has severe overlap: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all serve similar query/discovery purposes, and multiple polymarket tools (polymarket_edges, polymarket_arbitrage, bet_research) overlap heavily in finding betting opportunities. An agent would struggle to select among these without deep familiarity, especially when ask_pipeworx and ask_pipeworx_beta are currently identical.

Naming Consistency2/5

Individual families are internally consistent (ca_procurement_*, polymarket_*, pipeworx_*), but the server as a whole mixes domain-prefixed snake_case, bare verb phrases (ask_pipeworx, bet_research), and descriptive noun phrases (entity_profile, recent_changes). More importantly, the vast majority of tool names have nothing to do with the server's stated 'Ca Procurement' identity, so the naming fails to signal a coherent tool set.

Tool Count2/5

36 tools is well past the 25+ threshold for 'too many,' and over 85% of them (31 tools) are unrelated to California procurement—they cover general data lookup, prediction markets, npm packages, and memory storage. A scoped CA procurement server would reasonably have 5–8 tools; this is a general-purpose data platform wearing a procurement label.

Completeness3/5

The five relevant ca_procurement_* tools cover the main read-side query patterns well: award search, commodity rankings, department profiles, supplier aggregation, and top suppliers. However, the surface lacks contract/award detail retrieval by ID, solicitation or RFP search, and any vendor registration or contract lifecycle data, leaving notable gaps for a procurement-focused tool set.