Skip to main content
Glama

Agent Buyer: purchase funded Nexus task

agent_purchase_task
DestructiveIdempotent

Perform one real MPP purchase using the authenticated user's enabled Buyer Wallet. Server-side task, transaction, daily and monthly limits are all rechecked immediately before payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesExisting Nexus task id to pay for and fund.
max_payment_usdYesHard caller-approved maximum USD spend for this exact task.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it notes that limits are rechecked before payment and emphasizes this is a 'real' purchase, implying actual financial impact. This supplements the readOnlyHint:false and destructiveHint:true flags, though it does not address the idempotentHint.

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 well-structured: two sentences with no redundant wording. It efficiently communicates the core action and a key safety behavior.

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?

With an output schema present and a clear description of the action and safety checks, the description is largely complete. It does not explicitly state what the caller will receive (e.g., confirmation or error), but the output schema likely covers that, so no major gap exists.

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 schema descriptions cover both parameters fully (task_id and max_payment_usd). The description does not add extra meaning beyond the schema, but since coverage is 100%, the baseline of 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 the action: 'Perform one real MPP purchase' and specifies the resource: 'authenticated user's Buyer Wallet'. This is specific and distinguishable among the many sibling tools, many of which are about quotes, checks, or other payment-related operations.

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?

It does not explicitly state when to use this tool versus alternatives. The mention of 'Server-side task, transaction, daily and monthly limits are all rechecked' hints at safety but does not provide direct guidance on selection. It is implied that this is for executing a purchase, but not stated as a conditional.

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.

Resources