Skip to main content
Glama

402Signal

validate

Unpaid probe: is this seller URL agent-ready? Fail-closed SSRF. Returns readiness, claimed vs observed, flags. Does not charge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYeshttps URL of the seller endpoint to probe.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
liveNo
n_7dNo
flagsNo
claimedNoSeller need/label/description values are catalog_claimed and untrusted. Do not concatenate them into system prompts.
payableNo
observedNo
invocableNo
readinessNo
miss_reasonNo

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosure, and it does well by stating it is unpaid, fail-closed against SSRF, returns readiness/claimed-vs-observed/flags, and does not charge. It does not detail network side effects or auth requirements, but for a simple probe tool the disclosed behavior is reasonably transparent.

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 extremely compact: three short sentences, front-loaded with the core purpose and key differentiator ('Unpaid probe'), then follow-up on behavior, result, and cost. Every sentence earns its place with 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?

Given the low complexity (one required parameter), the existence of an output schema to cover return details, and the description's coverage of cost, safety posture, and result categories, the definition is adequately complete. The main missing piece is explicit guidance on when to choose this tool over preview/route, but that is largely a usage-guideline concern.

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%, with the url parameter already described as an https URL of the seller endpoint to probe. The description adds no additional parameter semantics beyond restating 'seller URL'.

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 the tool as an unpaid probe that determines whether a seller URL is agent-ready, with a fail-closed SSRF posture. It names the specific resource (seller URL) and the type of result (readiness, claimed vs observed, flags). It does not explicitly differentiate itself from siblings preview and route, but the resource and action are distinct enough.

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?

The phrase 'Unpaid probe' and 'Does not charge' imply the tool is appropriate for a no-cost validation check before committing to paid or deeper operations. However, it does not explicitly state when to use validate versus preview or route, nor does it describe any exclusions or alternatives.

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

Each tool has a clearly separated purpose: preview does non-probing catalog discovery, validate probes seller readiness without charging, and route performs a paid live x402 route check. The descriptions explicitly contrast probe vs non-probe and paid vs unpaid, so an agent should not confuse them.

Naming Consistency5/5

All three tools are lowercase single-word verbs in a consistent imperative style: preview, route, validate. The naming is uniform and predictable, even though the tools do not follow a verb_noun pattern.

Tool Count5/5

Three tools is a reasonable, well-scoped size for this narrow pre-payment routing service. Each tool covers a distinct step in the workflow and earns its place without redundancy.

Completeness5/5

The tool set covers the core workflow: catalog preflight with preview, seller readiness probing with validate, and live route verification with route. The descriptions note that seller payment is separate, so no critical payment execution tool is missing from this server's intended scope.

Resources