Skip to main content
Glama

vouch_score

Check whether a counterparty is SAFE TO PAY before sending money. Given a URL or host, returns a 0-100 trust score and risk band (low/medium/high/critical), detecting scams, phishing, and known-malicious endpoints via threat feeds, domain risk heuristics, and a community reputation graph. Call this before paying any merchant, API, agent, or x402 resource. Free — for the full explainable reasons AND a signed, verifiable attestation (proof of the check for audit/disputes), call the paid POST /v1/check endpoint via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesCounterparty URL or hostname.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/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. It discloses detection methods (threat feeds, heuristics, reputation graph), the output format, and the free vs. paid distinction (free lacks signed attestation). It does not cover error handling or data retention, but the core behavior is well explained.

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?

The description is three sentences, each serving a distinct purpose: purpose, usage guidance, and free/paid alternative. It is front-loaded with the main action and contains no fluff.

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

Completeness5/5

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

For a simple tool with one parameter and no output schema, the description fully covers what it returns (score and risk band), the threat detection logic, and the appropriate usage context. It also mentions the paid alternative for richer output, making it complete for an agent to decide when to use it.

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?

The schema already provides 100% coverage for the single 'target' parameter with the description 'Counterparty URL or hostname.' The description repeats this but adds no new semantics, so the baseline score of 3 is appropriate.

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 clearly states the tool's primary function ('Check whether a counterparty is SAFE TO PAY'), specifies the input (URL or host), and describes the output (0-100 trust score and risk band). It also distinguishes this free lightweight check from the paid endpoint that provides full reasoning and attestation.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance: 'Call this before paying any merchant, API, agent, or x402 resource.' It also gives a clear alternative for when more detail is needed (paid POST /v1/check endpoint), which effectively tells users when not to use this 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.

TDQS

A4.1/5.0
Disambiguation5/5

The two tools have completely distinct purposes: one submits reputation data (report), the other retrieves a trust score (score). There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern with the 'vouch_' prefix, making the naming scheme predictable and consistent.

Tool Count4/5

With only 2 tools, the count is slightly below the typical well-scoped range, but each tool covers a necessary and distinct action for the narrow purpose of community reputation reporting and checking.

Completeness5/5

The domain is a simple reputation graph, and the two tools fully cover the core operations: contributing a report and querying a score. There are no obvious missing lifecycle operations for the stated purpose.