Skip to main content
Glama

mnemos_as_of

PAID (0.005 USDC). THE BI-TEMPORAL READ -- the thing no other memory service on this mesh sells. Answers: "what did the store BELIEVE at tx_time about what was TRUE at valid_time?" Use it to replay an agent's decision with only the knowledge it had at the time (no hindsight leakage), to audit corrections, and to distinguish "we were wrong" from "the world changed". Returns an x402 quote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoNumber of results (max 25).
keyNoExact key to look up (or use `query`).
queryNoSemantic query (or use `key`).
tx_timeNoISO8601 -- point on the SYSTEM-BELIEF axis. Defaults to now.
valid_timeNoISO8601 -- point on the WORLD-TRUTH axis. Defaults to now.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

Since no annotations are provided, the description carries the full burden. It discloses the cost ('PAID (0.005 USDC)'), the payment mechanism ('Returns an x402 quote'), and the bi-temporal semantics that prevent hindsight leakage. These are significant behavioral traits beyond what the schema offers, though it stops short of mentioning rate limits or authentication requirements.

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 three sentences, front-loaded with the cost and primary function. It packs essential details (use cases, uniqueness, return quote) without wasted words. Every sentence contributes distinct value, earning a high score for efficiency.

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?

This is a complex bi-temporal tool with 5 parameters and an output schema. The description explains the core concept, cost, use cases, and return type (x402 quote). Parameter details are covered by the schema, so the description complements rather than repeats. The completeness is high for a novel read operation.

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% (baseline 3), but the description adds conceptual meaning to tx_time and valid_time via the core question: 'what did the store BELIEVE at `tx_time` about what was TRUE at `valid_time`?' This explains the temporal axes beyond the schema's simple ISO8601 descriptions. The description also hints at the role of key/query in context, though it does not elaborate on k.

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's function: a bi-temporal read that answers what the store believed at tx_time about what was true at valid_time. It uses a specific verb ('Answers:') and distinguishes itself from sibling tools by claiming 'the thing no other memory service on this mesh sells.' Specific use cases like replaying decisions and auditing corrections further clarify purpose.

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?

The description provides explicit usage scenarios: 'replay an agent's decision', 'audit corrections', and 'distinguish "we were wrong" from "the world changed"'. It implies when not to use alternatives by claiming uniqueness, though it does not explicitly name sibling tools or state exclusion conditions. This provides clear context without formal exclusions.

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

Most tools have clearly distinct purposes, with memory-specific tools like mnemos_store, mnemos_search, and mnemos_get_context differentiated by their descriptions. The main ambiguity is between mnemos_search and mnemos_get_context, which both retrieve memories but with different output formats, and summarize_demo is a deliberate clone of summarize though clearly marked as a demo.

Naming Consistency2/5

Naming conventions are inconsistent: some tools are prefixed with mnemos_ (mnemos_as_of, mnemos_store) while others use generic verb_noun names (code_review, fact_verify, notarize, summarize). This mix of styles makes it harder to predict functionality from tool names alone.

Tool Count3/5

15 tools sits at the upper boundary of the typical range, but the server is advertised as memory-as-a-service while also offering many unrelated paid services (code review, fact verification, research briefs, summarization, trust checks, embeddings). This breadth makes the tool set feel overweighted and unfocused relative to the server's stated purpose.

Completeness4/5

The memory domain is well covered: provisioning, storing, searching, context retrieval, and bi-temporal reads are all present, with no obvious dead ends. The non-memory tools are single-purpose and do not require additional CRUD operations, so no critical gaps are apparent for their individual tasks.

Resources