Skip to main content
Glama

guild_preflight_deep

PAID. Use when asking "is this agent endpoint safe to call?" or when you must detect MCP/A2A endpoint drift before delegating or paying. Returns live checks PLUS drift history, cross-source corroboration and an explicit allow / caution / block policy verdict you can act on directly.

The free guild_preflight is not degraded to sell this — it still returns the full live check set. This adds what one request cannot establish: whether the endpoint has CHANGED, and whether anyone else corroborates it.

Priced through the same gateway as every other paid read (see GET /pricing). After a payment-required response, retry with the official _meta['x402/payment'] carrier. If an MCP adapter cannot set request metadata, pass the identical PaymentPayload through the schema-visible x402_payment fallback. Conflicting carriers fail closed before settlement.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
api_keyNo
x402_paymentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries full burden. It discloses the paid nature, the payment response flow (retry with `_meta['x402/payment']` carrier or `x402_payment` fallback), and fail-closed behavior on conflicting carriers. Also explains it returns drift history and corroboration, setting expectations for output.

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 dense but all sentences contribute: value proposition, differentiation, payment processing, and an example. The structure is front-loaded with the paid warning and usage trigger.

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?

Given the payment complexity and existing output schema, the description covers purpose, usage, payment flow, fallback, and gives an example. The only minor gap is api_key, but the output schema exists for return details.

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 has 0% description coverage, but description explains the `url` parameter via example and the `x402_payment` fallback in detail. `api_key` is left undocumented, though its name and default are self-explanatory. This compensates for most, but not all, parameters.

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 states this is a paid preflight check for agent endpoint safety, returning live checks plus drift history, corroboration, and an explicit allow/caution/block verdict. It clearly distinguishes from the free sibling `guild_preflight` by explaining what the deep version adds.

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?

Explicitly tells when to use: when asking if an endpoint is safe to call or detecting drift before delegating/paying. It also explains the free alternative remains available and why this paid version is needed (change detection and corroboration), including payment retry mechanics.

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
Disambiguation4/5

Tools are grouped by prefix (ag_calc_, ag_data_, ag_json_, ag_table_, ag_text_), which helps disambiguate. However, some clusters like guild_search, guild_check, guild_risk_score, and guild_best_agent have overlapping goals (all find or evaluate agents), and guild_prove and guild_prove_verify are tightly coupled but distinct. Overall, most tools have clear purposes.

Naming Consistency4/5

The tools follow a consistent verb_noun or domain_verb pattern (e.g., ag_calc_stats, ag_data_dedupe, guild_search). The mix of ag_ and guild_ prefixes is slightly inconsistent, but within each group naming is uniform. No chaotic mixing of cases (all snake_case). Minor deduction for the split prefix.

Tool Count3/5

39 tools is on the high side for a single MCP server. While the tools are genuinely useful and cover distinct deterministic utilities plus guild trust operations, the count feels heavy. A more focused split (e.g., separate server for deterministic utilities vs. guild trust) could improve coherence.

Completeness5/5

The server covers a broad set of deterministic utilities (statistics, unit conversion, JSON, CSV, regex, date normalization) and a full trust/reputation workflow (register, search, check, risk score, escrow, attest, record, passport, verify, preflight). There are no obvious gaps: for the declared capabilities, the tool surface is comprehensive.