Skip to main content
Glama

ARAKEL Machine Evidence Network

coverage

Check observation coverage before buying a NOT_OBSERVED proof

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The verb 'Check' implies a read-only operation, but the description does not explicitly state that there are no side effects, what data is examined, or what the response represents. This is a significant gap for a tool with no annotation support.

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 a single sentence that is direct and front-loaded with the core action. Every word contributes to the purpose, and there is no fluff or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description must explain enough for correct invocation and interpretation. It does not describe what output to expect, what 'coverage' means in quantitative terms, or how to use the parameters. The sibling ambiguity with 'coverage_status' further reduces completeness.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the 'from' and 'to' parameters. The names suggest a range, but there is no mention of expected format (dates, timestamps, coordinates) or how they relate to observation coverage. The description fails to compensate for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Check observation coverage') and the context (before buying a NOT_OBSERVED proof). It is not a tautology of the name and implies a verification workflow. However, it does not explicitly differentiate from the sibling 'coverage_status', so some ambiguity remains.

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 gives a clear trigger: use this before purchasing a NOT_OBSERVED proof. This communicates when the tool is appropriate. It does not provide exclusions or mention alternative tools, but the stated use case is a practical guideline in itself.

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

B3/5.0
Disambiguation2/5

Several tools have heavily overlapping roles: 'quote' and 'machine_quote' both appear to offer free preflight quotes and x402 pricing, while 'coverage' and 'coverage_status' both relate to observation/watch coverage. 'catalog' and 'machine_sources' also blur the line between listing products and listing source adapters. An agent would likely struggle to pick the correct tool without deeper context.

Naming Consistency4/5

All tool names use lowercase snake_case and mostly follow a noun/status pattern. The 'machine_' prefix creates a recognizable subgroup, and quote-related names are clearly grouped. Minor inconsistency exists because some names are action-oriented (batch_quote, catalog) while others are status-oriented (coverage_status, discovery_status), but the overall style is coherent.

Tool Count5/5

Ten tools is a reasonable, well-scoped count for a specialized evidence/quote/status service. Each tool addresses a distinct operational concern: quotes, coverage, status, catalog, sources, and telemetry. The count does not feel inflated or too thin.

Completeness2/5

The server covers preflight quoting, coverage checks, catalog listing, status, sources, and sales telemetry, but conspicuously lacks any tool for purchasing, paying, or retrieving completed evidence/proofs. The quote descriptions repeatedly reference x402 payment and payable batches, yet there is no obvious order or fulfillment endpoint. This creates a dead end for agents trying to complete a transaction.

Resources