Skip to main content
Glama
kaditang

402sentinel-mcp

by kaditang

verify_service

Audit your service's payment address against the settlement graph. Pass to get a signed 30-day credential and public allow-list entry; failures are never published.

Instructions

402Sentinel Verified (opt-in badge): submit YOUR OWN service's payTo for a deep settlement-graph audit (facilitator-aware, multi-hop, exchange-labelled). If it passes (organic, sufficient confidence), a signed time-boxed (30d) credential is issued and your service joins the public allow-list at /api/verified. Positive-only: failing audits are returned privately, never published. SLOW (deep on-chain scan, up to ~3 minutes). Costs $0.02 (paid automatically in USDC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paytoYesYour service's receiving address
resource_urlNoYour x402 endpoint URL (optional)
claimed_buyersNoBuyers you claim to have (optional; checked against the graph)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.7.1

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden. It discloses the positive-only policy, that failures are kept private, the 30-day time-box, the public listing outcome, the ~3-minute duration, and the $0.02 automatic cost. This is unusually thorough for an unannotated tool.

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?

Every clause delivers actionable information: ownership requirement, audit nature, pass/fail behavior, validity period, allow-list endpoint, speed, and cost. The description is dense but each sentence earns its place, and the most important scoping information is front-loaded.

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 tool with no output schema, the description covers the essential context: purpose, inputs, conditional outcomes, duration, cost, and publication behavior. It could specify what the agent should expect as a response object or error condition, but the core calling context is complete enough for correct selection and invocation.

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%, so the baseline is 3. The description adds meaning beyond the schema by clarifying that payto must be your own service's receiving address and that the audit is graph-based, which contextualizes how 'claimed_buyers' might be verified. It does not go into parameter-specific details, but the schema already handles those.

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 names a specific action ('submit your own service's payTo for a deep settlement-graph audit') with clear outcomes: a signed 30-day credential and inclusion on the public allow-list. The emphatic 'YOUR OWN service' distinguishes it from sibling tools like assess_counterparty, which likely evaluate other parties.

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 makes the intended use case explicit — use this to get your own service verified and allow-listed — and provides practical decision factors (positive-only, SLOW, costs $0.02). It does not name alternatives explicitly, but the ownership contrast with sibling names is implicit and sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.