Skip to main content
Glama

marketnow_check_revocation

Check the revocation status of an Agent Trust Card (card_id) or CA key (kid) against the signed MarketNow Revocation Registry (MNR-CRL-1.0) + live ledger. Returns VALID/EXPIRED/REVOKED/SUPERSEDED/UNKNOWN with PERMIT/DENY recommendation. Fail-closed: unknown subjects answer UNKNOWN+DENY. The signed CRL layer is independently verifiable via Ed25519 (RFC 8785 JCS).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kidNoCA key ID (e.g. mn-ca-002, mn-ca-003)
nonceNoOptional client nonce — echoed in the response (anti-replay)
card_idNoAgent Trust Card ID (e.g. ATC-2026-1509360)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries full behavioral burden. It discloses fail-closed behavior (UNKNOWN+DENY), the full set of response statuses with PERMIT/DENY recommendation, and the independent verifiability via Ed25519. This goes well beyond a simple purpose statement.

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?

Three sentences with zero fluff: purpose is front-loaded, then return semantics and fail-closed behavior, then verification detail. Efficient and well-structured.

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?

Covers return values, fail-closed policy, and verification. Missing guidance on parameter combinations (e.g., both card_id and kid provided, or neither) and any authentication requirements, but for a read-only check with all-optional parameters it is largely sufficient.

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 description coverage is 100%, so the baseline is 3. The description additionally clarifies the role of card_id and kid (the two lookup paths) and implies nonce is for anti-replay, adding meaning beyond the schema definitions.

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?

States a specific verb+resource: 'Check the revocation status' of an Agent Trust Card (card_id) or CA key (kid), and lists the exact statuses returned. This clearly differentiates it from siblings like marketnow_check_domain and marketnow_verify_trust, even without explicitly naming them.

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

Usage Guidelines3/5

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

Usage is implied ('Check revocation status') but there is no explicit guidance on when to use this tool versus alternatives such as marketnow_check_domain or marketnow_verify_trust. No exclusions or 'when not to use' statements are given, leaving the agent to infer applicability.

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