Skip to main content
Glama
AgentTanuki

Agent Guild

guild_preflight

Verify agent endpoint claims against live proof before delegation, reducing risk of paying or trusting unproven agents.

Instructions

Run this in the moment BEFORE you delegate to, or pay, an agent endpoint you did not write. Free, no key, one call.

Separates what the endpoint CLAIMS from what it just PROVED, live. Measured across the live ecosystem on 2026-07-31: 92.9% of registry-listed agents report healthy but only 33.9% actually complete a task; 0.8% sign their Agent Card; and of agents advertising payment, 5.7% actually return a 402. x402 exact transfers are irreversible, so this has to happen before the payment, not after it.

Unlike a directory badge this is not cached and not derived from a repository at publication time — a server can change its tool descriptions after any one-off review. Checks it could not perform are returned as unknowns and are excluded from the verdict rather than averaged into it.

Example: guild_preflight(url="https://some-agent.example/a2a")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv2.7.0

TDQS

A3.8/5.0
Behavior4/5

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

There are no annotations, so the description carries the transparency burden. It discloses that the tool is free, requires no key, makes one call, is not cached, and returns 'unknowns' for checks it could not perform. It does not explicitly say 'read-only' or describe side effects, but 'preflight' and 'before payment' strongly imply no state change or payment.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well structured with paragraphs and an example, but it is somewhat verbose. The statistical claims and repeated warning about payment timing add context but could be trimmed without losing the core instructions.

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 gives enough context for an agent to decide when and why to call the tool, including how unknowns are handled and why live checks matter. Since an output schema exists, the absence of return-value details is acceptable.

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 input schema only defines a required url string with no property description, and the description does not explicitly define the parameter. It compensates partially with the example guild_preflight(url="https://some-agent.example/a2a"), which implies url is the agent endpoint, but a direct explanation would be clearer.

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 states that this tool is a live preflight check to run before delegating to or paying an agent endpoint, and explains that it separates claimed capabilities from proven ones. It does not explicitly contrast with sibling tools like guild_preflight_deep or guild_check, but 'one call' and 'before payment' narrow its role.

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?

It explicitly says to run this before delegating or paying, and warns that x402 transfers are irreversible, so the check must happen before payment. It also notes that the result is live rather than cached, which helps the agent know when to rely on it.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentTanuki/agent-guild'

If you have feedback or need assistance with the MCP directory API, please join our Discord server