x402_contract
Inspect the canonical x402 payment contract. Returns network, USDC asset, payTo, headers, and the rule for resolving fresh target requirements. FREE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Inspect the canonical x402 payment contract. Returns network, USDC asset, payTo, headers, and the rule for resolving fresh target requirements. FREE.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It clearly indicates a read-only inspection, enumerates the returned data categories, and flags that the operation is free. It does not disclose rate limits or authentication, but for a zero-parameter inspection tool this 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no filler. It front-loads the core purpose, adds return-value detail, and ends with a useful cost signal. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless read-only tool with no output schema, the description provides the essential invocation context and a useful list of return categories. The phrase 'the rule for resolving fresh target requirements' is somewhat vague, but it is sufficient for an agent to know what the tool offers.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is nothing for the description to clarify beyond what the schema shows. A baseline of 4 is appropriate since no parameter documentation burden exists.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Inspect') and a specific resource ('the canonical x402 payment contract'), and further clarifies by listing what it returns. This is enough to distinguish it from siblings like sml_discover or sml_status, even without explicit contrast.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus alternatives, and no mention of exclusions or prerequisites. The intended use is implied by the resource name, but the description does not help an agent decide between this and sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a distinct role: discover locates the gateway and requirement sources, status checks the live identity and payment rail, and contract inspects the on-chain details. There is minor overlap between discover and contract, but the descriptions clearly differentiate their intentions.
Naming is inconsistent: two tools use the 'sml_' prefix while the third uses 'x402_', and the suffix styles mix a verb (discover) with nouns (status, contract). This makes the set feel less predictable and harder to scan.
Three tools is lean but well-suited for the narrow domain of x402 gateway discovery and inspection. Each tool earns its place, and the count feels appropriate rather than sparse or bloated.
The tools cover discovery, live status, and on-chain contract inspection, which appears to be the full intended scope for this gateway-focused server. No obvious missing operations are apparent from the stated purpose.