Skip to main content
Glama

Refresh an x402 Service Profile

ontario_refresh-listing

Use only for an existing paid Ontario provider profile when the caller wants a fresh live readiness observation attached to its canonical HTML, JSON twin, and badge. This tool cannot edit provider metadata, improve a grade by payment, or buy ranking or traffic. Do not pay while the launch passport's 30-day included maintenance is active. Agent payment guidance: run free can-pay and readiness checks first; pay only when policy allows base 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 and 0.10 USDC is inside the agent budget. [PAID: 0.10 USDC via x402 on Base. Two-step flow: call without _x402_payment to receive the x402 payment requirements, then call again with _x402_payment set to a base64 x402 PaymentPayload to settle and receive the result.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listing_idYesExisting paid provider profile id.
_x402_paymentNobase64 x402 PaymentPayload (USDC on Base); obtain the requirements by calling this tool without it first.
paid_refresh_txNoOne-use retry reference only when a settled refresh could not complete.

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond annotations by disclosing the two-step paid flow: first call without _x402_payment to receive payment requirements, then call again with the payment payload to settle and get the result. It also specifies the exact cost (0.10 USDC on Base) and the existence of a retry reference (paid_refresh_tx) for failures after settlement. This complements the readOnlyHint=false and openWorldHint=true annotations with concrete process details.

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

Conciseness4/5

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

The description is somewhat long but every sentence serves a purpose: it is front-loaded with the usage condition, then exclusions, then payment guidance, then the two-step flow. The structure is logical and scannable, but the payment guidance block is dense and could be tightened slightly.

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 covers the purpose, usage boundaries, exclusions, payment flow, and retry behavior, making it highly complete for a paid mutation tool. With no output schema, a bit more detail about the expected result shape would help, but the description already implies the output involves the updated readiness observation on the profile artifacts. Overall, it is well-rounded.

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?

All three parameters already have descriptive schema entries, so this is a high-coverage baseline. The description adds meaningful context for _x402_payment by explaining the two-step interaction and the cost, and it reminds that listing_id must be an existing paid profile. It does not repeat the schema but enriches the parameter understanding.

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 clearly states the tool's action ('refresh') and resource ('x402 Service Profile'), with the specific goal of attaching a fresh live readiness observation to the profile's HTML, JSON twin, and badge. It also differentiates from sibling tools by explicitly listing what it cannot do (edit metadata, improve grade via payment, buy ranking/traffic), making its purpose unambiguous.

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?

This is exemplary usage guidance. It states exactly when to use the tool (existing paid Ontario provider profile needing a fresh readiness observation), when not to use it (during the 30-day included maintenance period), and provides a recommended workflow (run free can-pay and readiness checks first, pay only when policy allows). It also explicitly names unrelated actions to avoid.

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

B3.3/5.0
Disambiguation3/5

Some tools have overlapping purposes, such as bazaar_buyer_intent_gap and x402_readiness_verify both performing audits, and ontario_list-service and x402_launch_kit both generating listing materials. However, the detailed descriptions clarify the distinct contexts, so an agent can generally tell them apart.

Naming Consistency2/5

Tool names mix snake_case (agent_can_pay), hyphenated (ontario_list-service), and inconsistent prefixes (x402_ vs ontario_). The verbs also vary widely (can_pay, find, list-service, refresh-listing, readiness_verify), making the naming pattern chaotic.

Tool Count4/5

With 8 tools, the count is within a reasonable range and each tool serves a distinct part of the x402 workflow. A few tools could potentially be merged (e.g., launch_kit as part of list-service), but the count is not excessive.

Completeness3/5

The core lifecycle of discovery, readiness verification, payment policy, listing, and refresh is covered. However, there is no tool for editing or deleting an existing listing, and the refresh tool explicitly cannot modify metadata, creating a notable gap in management capabilities.

Resources