Skip to main content
Glama
quackai-org

@quackai/q402-mcp

Official
by quackai-org

q402_request_create

Create a stablecoin payment request (invoice) to receive funds. Returns a shareable pay link for gasless payment by another agent or person.

Instructions

Publish a Q402 payment request (an invoice / bill). Moves no funds - it creates a shareable request to RECEIVE money - so no confirmation is needed and a Trial key works. Returns a req_ id + a /pay link you can share with a human, or hand the requestId to another agent that pays it gaslessly via q402_request_pay. The recipient defaults to your configured Agent Wallet, so you can bill yourself with just an amount. Pair with q402_request_status to poll for payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
memoNoOptional note shown to the payer (≤200 chars).
chainNoDefault 'bnb'. Chain the request settles on.
tokenNoDefault 'USDT'. USDG (Paxos Global Dollar) is Robinhood-Chain-only. All peg USD-1.
amountYesRequired. Amount to request as a decimal string (e.g. "5", "1.50").
ttlDaysNoDays until expiry. Default 7.
recipientNoOptional 0x address to receive funds. Defaults to Q402_AGENT_WALLET_ADDRESS (bill yourself).
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently explains that the tool is non-monetary, creates a shareable request, returns a req_ id and /pay link, defaults the recipient to the Agent Wallet, and supports billing oneself. It could mention edge cases or error behavior, but the core behavior is well covered.

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 concise and efficiently structured. Every sentence conveys essential information: what the tool does, key behavioral caveats, return values, and integration with sibling tools. There is no filler or redundancy.

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?

Despite lacking an output schema, the description effectively communicates return values (req_ id and /pay link), default behaviors, trial key compatibility, and how to use the tool in a workflow (with q402_request_status and q402_request_pay). This makes the tool self-explanatory for an agent.

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?

The input schema already provides 100% parameter coverage with individual descriptions, so the baseline is 3. The description adds valuable semantic context, particularly that the recipient defaults to Q402_AGENT_WALLET_ADDRESS and that you can 'bill yourself with just an amount'. This goes beyond the schema's dry documentation.

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 primary function: it publishes a Q402 payment request (invoice/bill), explicitly distinguishing it from payment execution tools. It uses specific language like 'Publish' and 'creates a shareable request to RECEIVE money', and even names the sibling tool q402_request_pay that will actually pay it.

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?

The description provides strong usage context: it notes that no funds are moved, no confirmation is needed, a Trial key works, and suggests pairing with q402_request_status for polling. It also implies the alternative of using q402_request_pay for actual payment. However, it does not explicitly say when NOT to use this tool, such as for immediate fund transfers.

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

Install Server

Other Tools

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/quackai-org/q402-mcp'

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