Skip to main content
Glama

mainstreet_vet

Vet an agent against a minimum reputation + a liveness gate BEFORE paying it. Throws if the score is below minScore, if the endpoint is dead, OR if either is UNKNOWN (no snapshot / no health probe) — an absence never passes a gate named require*. Note: the free tier withholds the service URL (gated:true); unlock with an ERC-8004 attestation or a paid live re-score, or the vet will refuse for that reason and say so. Always call BEFORE x402 payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYes
minScoreNoDefault 30.
requireAliveNoDefault true.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden, and it does so thoroughly. It explains that the tool throws on low score, dead endpoint, or UNKNOWN status, describes free-tier gating, and notes the unlock paths. This is well beyond typical descriptions.

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, each earning its place: the core gate and failure behavior, the free-tier caveat and unlock path, and the mandatory call ordering. It is front-loaded and contains no filler.

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?

The description covers failure modes, UNKNOWN handling, the gated service URL, and how to unlock it. The only notable gap is that it does not describe the success return value, but since the tool throws on failure, the no-throw outcome is reasonably inferable as a pass.

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?

The schema only gives default values for minScore and requireAlive. The description adds real meaning by explaining minScore is the reputation threshold and requireAlive is the liveness gate, and by clarifying that UNKNOWN or absent values fail require* gates. It adds value beyond the schema, though address semantics are left mostly to the pattern.

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 clearly identifies a concrete operation: vet an agent against a reputation minimum and a liveness gate before payment. It states the resource and the timing, but it does not explicitly differentiate itself from similar pre-payment or gate-like siblings such as mainstreet_preflight or lawbor_gate.

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 explicitly says 'Always call BEFORE x402 payment' and repeats the before-payment positioning in the first sentence. It gives clear when-to-use context, though it does not name alternatives or state when not to use the tool.

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.