Skip to main content
Glama

x402_p2p_accept

Accept a peer-to-peer offer on Algorand by creating a two-transaction group that pays the maker the specified amount in ALGO, ready for signing.

Instructions

PAID $0.01 USDC — p2p/accept: 2-txn group: [pay ALGO->app, appl accept_offer_algo(uint64 offerId, pay)] with offer box ref, fee 0.005 ALGO. Sign with your own wallet, then call the submit tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
senderYesaddress
offerIdYesuint64
payAmountYesuint64 ALGO base units to pay the maker
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the transaction group structure, the fee of 0.005 ALGO, the need for signing, and the follow-up submission step. However, the opening 'PAID $0.01 USDC' is ambiguous and could confuse the agent about whether it is a cost or reward.

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

Conciseness3/5

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

The description is a single, dense sentence packing in transaction details, fee, and workflow. It is not verbose, but the cryptic shorthand (ALGO->app, appl) and the puzzling 'PAID $0.01 USDC' prefix reduce readability and clarity. It sits between minimal and well-structured.

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?

For a complex tool with no output schema, the description covers the essential mechanics: the transaction group, fee, signing requirement, and next step (submit tool). It does not explain return values, but the instruction to call submit implies the tool produces something to be submitted. This is reasonably complete.

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?

The input schema already provides 100% coverage with clear descriptions for sender, offerId, and payAmount. The description reinforces the roles of offerId and payAmount in the method call ('appl accept_offer_algo(uint64 offerId, pay)') but adds little beyond what the schema already states. Baseline 3 is appropriate.

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 it is a 'p2p/accept' operation, detailing the 2-transaction group (pay ALGO to app and call accept_offer_algo). This specific verb+resource pairing (accept an offer) distinguishes it from sibling tools like create and cancel.

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 a clear workflow: 'Sign with your own wallet, then call the submit tool.' It implies the tool is used to accept an existing offer in a P2P exchange, but it does not explicitly state when not to use it or name alternatives. The context is clear enough for a 4, not a 5.

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/Fry-Networks/fry-x402-mcp'

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