Skip to main content
Glama
nymrel
by nymrel

nymrel_open_ucp

Execute Universal Commerce Protocol actions: settle x402 micropayments, negotiate pricing, and commit cart orders with a hard budget cap.

Instructions

Executes Universal Commerce Protocol (UCP) actions: x402 HTTP micropayment requests, AP2 multi-party price negotiation, and cart commitments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cartNoCart payload containing items, quantities, and target budget
actionNoUCP commerce action to triggerquote
maxBudgetUsdNoAgent hard spending limit in USD
merchantEndpointNoTarget merchant UCP endpoint URL
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure, and it under-delivers for a tool that moves money and creates commitments. It never states that settle_x402 sends a real micropayment, that commit may be binding or irreversible, that spending is capped by maxBudgetUsd enforcement, or that negotiations can fail partway. The verb 'Executes' reveals the action but not its financial weight.

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?

A single dense sentence with the verb front-loaded and each listed item corresponding to an action enum value — no wasted words or filler. It is efficient and scannable, though the remaining space could arguably have been used for behavioral caveats given the tool's financial stakes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with financial side effects, no annotations, and no output schema, the description should explain what each action returns (does negotiate yield counter-offers? does settle_x402 return a payment receipt?) and hint at the action sequence. It does neither, leaving an agent to call it without knowing what responses to expect or what irreversible effects to guard against.

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 100%, so the baseline of 3 applies. The description adds protocol-level meaning (x402, AP2) that enriches the action enum semantics beyond the schema's generic 'UCP commerce action to trigger'. It does not, however, add detail about the cart structure, the merchant endpoint contract, or how maxBudgetUsd is enforced as a hard limit.

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 opens with a specific verb ('Executes') and a specific resource ('Universal Commerce Protocol (UCP) actions'), then names three concrete operation categories: x402 HTTP micropayment requests, AP2 multi-party price negotiation, and cart commitments. These map directly to the action enum values (settle_x402, negotiate, commit) and clearly differentiate the tool from siblings like nymrel_ucp_audit, nymrel_surety_guard, and nymrel_proof_verify.

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 usage — an agent can infer this tool is for executing live commerce operations (payments, negotiation, commitments) rather than audit/verification duties. However, there is no explicit when-to-use guidance or exclusion, and siblings like nymrel_headless_quote could plausibly overlap with the 'quote' action, yet no routing to alternatives is provided.

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/nymrel/nymrel-mcp-hub'

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