Skip to main content
Glama

PHION Evidence

portable_observability_audit

Validate event identity, timestamps, hash chain and W3C-compatible lowercase nonzero trace/span identifiers; 0.004 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/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. It does disclose meaningful behavioral detail: the specific invariants checked (hash chain, lowercase nonzero W3C trace/span IDs) and the cost (0.004 USDC). However, it says nothing about what a failure yields, whether the operation is read-only, or what the verdict/report looks like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One compact sentence with semicolon-separated clauses, front-loaded on the action and the validations performed. The price is appended at the end where it doesn't interrupt the primary meaning; nothing is wasted.

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

Completeness3/5

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

For a validation tool with no annotations and no output schema, the description covers the input-side contract well but is silent on the return value (pass/fail, error list, per-event verdicts) and on any failure behavior. An agent can invoke it correctly but cannot anticipate what it gets back.

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?

With a single parameter at 0% schema description coverage, the schema documents only structure (required event_id, observed_at, trace_id, span_id), not meaning. The description compensates by spelling out what those fields must satisfy — identity validity, timestamp validity, W3C lowercase nonzero trace/span format — which is exactly the semantics the schema omits.

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?

States a specific verb ('Validate') and enumerates the exact things validated: event identity, timestamps, hash chain, and W3C-compatible trace/span identifiers. It is clearly distinguishable from siblings like verify or attest in substance, though it never names a sibling to route against. The trailing price is unusual but doesn't obscure the purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no statement of when to call this tool versus alternatives such as verify, attest, or transaction_assurance, and no prerequisites or preconditions are given. The agent must infer usage entirely from the name and description.

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.

Resources