Skip to main content
Glama

ECZ-ID Trust MCP

Explain ECZ-ID status

explain_status

Deterministically render the exact ECZ-ID status using the claims-safe renderer (VERIFIED is an ECZ-ID state, not a Microsoft certification). Absence of evidence renders the approved neutral wording — never "unsafe". No LLM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ecz_idYesECZ-ID identifier. Parent, e.g. ECZ-GB-RBS1NW; or child Passport, e.g. ECZ-GB-RBS1NW::MCP_PASSPORT-ABC123

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / ecz_id / description
      Previous value: -"ECZ-ID identifier, e.g. ECZ-GB-RBS1NW"New value: +"ECZ-ID identifier. Parent, e.g. ECZ-GB-RBS1NW; or child Passport, e.g. ECZ-GB-RBS1NW::MCP_PASSPORT-ABC123"
    • changedInput schema / properties / ecz_id / pattern
      Previous value: -"^ECZ(-[A-Z0-9]{2,32}){1,4}$"New value: +"^ECZ(-[A-Z0-9]{2,32}){1,4}(::[A-Z0-9][A-Z0-9_-]*-[0-9A-Z]{6})?$"
  2. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does so well: it declares deterministic rendering, claims-safe wording, that VERIFIED is an ECZ-ID state rather than a Microsoft certification, absence-of-evidence handling, and that no LLM is involved. It omits auth/permission requirements and rate/return behavior, keeping it short of a 5.

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?

Roughly two dense sentences, front-loaded with the core action, with no filler. Each clause (determinism, VERIFIED semantics, neutral fallback, no LLM) contributes distinct information.

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

Completeness4/5

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

For a one-parameter renderer with no output schema and no annotations, the description conveys the semantics of the output wording and its guarantees. It does not hint at the returned shape or any access prerequisites, leaving a small gap.

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 description coverage is 100%: the single ecz_id parameter already documents the parent/child forms and pattern. The description adds no parameter-level syntax or format detail, so the baseline of 3 applies.

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 action (deterministically render/explain) on a specific resource (ECZ-ID status) via a named mechanism (the claims-safe renderer). An agent understands the intent, but the description never names a sibling such as get_current_state, so the boundary between 'explain' and 'get current state' is left to inference.

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 explicit when-to-use / when-not-to-use guidance and no named alternative among the six sibling tools. Usage is only implied by the wording ('claims-safe', 'No LLM'), which an agent must interpret on its own.

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