Skip to main content
Glama

IntentFence Agent Action Firewall

IntentFence Live x402 Readiness

intentfence_x402_readiness
Read-only

Paid live endpoint check ($0.002 USDC on Base). Makes one bounded credential-free request to a public HTTPS target, blocks private networks and redirects, never pays the target, validates the returned x402 challenge, and returns a signed five-minute receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON request body for POST probes, limited to 4096 encoded bytes.
methodNoGET
policyNoLegacy nested policy input. New buyers should use the optional top-level fields.
subjectNoOptional buyer identifier. Omit for anonymous marketplace delivery.agent:anonymous-marketplace-buyer
target_urlYesPublic HTTPS x402 resource URL on the standard HTTPS port.
allowed_payeesNoOptional explicit payee allowlist. Omission yields ready_with_review for an otherwise valid quote.
max_price_usdcNoOptional maximum acceptable x402 price in USDC.1.00

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior5/5

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

Annotations (readOnlyHint: true, destructiveHint: false) already indicate safe read behavior. The description adds critical context: it makes a paid request ($0.002 USDC), blocks private networks and redirects, never pays the target, validates the x402 challenge, and returns a signed receipt. No contradiction with annotations.

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?

Single sentence with no wasted words, front-loaded with cost and action. Every clause adds necessary information.

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?

Despite no output schema, the description covers the full process: request, constraints, validation, and output (receipt). Minor gap: receipt format not specified, but overall complete for a tool with good parameter documentation.

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 86%, so baseline is 3. The description does not add parameter-level details beyond the general tool flow; the schema already documents parameters well.

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 uses a specific verb ('Paid live endpoint check') and clearly identifies the resource (HTTPS target with x402). It distinguishes from siblings like 'intentfence_x402_assessment' by detailing the bounded, credential-free request and receipt generation.

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 description implies use for readiness checking but does not explicitly state when to use this tool versus alternatives like 'intentfence_x402_assessment', nor does it provide conditions or exclusions.

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.