Skip to main content
Glama
jan3dev

Agentic AQUA

by jan3dev

wapupay_quote

Preview USDT cost, fee, and exchange rate for an ARS payment before creating an order. Validate bank alias with optional alias input.

Instructions

Preview the USDT cost, fee, and exchange rate for an ARS payment without creating an order. Call BEFORE wapupay_create_order to confirm the price. Pass alias to validate the bank alias/CBU/CVU (see valid_cbu_alias in the response).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoTransfer speed. 'fast_fiat_transfer' show as 'Fast Transfer' for the user (default, higher fee): prioritized, completes in ~10 min to 1 hour during daytime (not instant). 'fiat_transfer' show as 'Normal Transfer' for the user (standard, lower fee): takes 3 to 12 hours; recommend only when there is no rush, or when paying at night/weekends since usually a payer picks it up the next day. Explain this trade-off to the user.fast_fiat_transfer
aliasNoRecipient bank alias / CBU / CVU (optional; enables validation)
amount_arsYesAmount in Argentine pesos (decimal string, e.g. '10000')
Behavior3/5

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

No annotations provided, so description bears full burden. It states it's a preview without creating order, which implies read-only. It mentions output includes valid_cbu_alias. Could be more detailed about side effects or limits, but adequate.

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?

Two sentences with no fluff. First sentence captures purpose, second provides usage guidance and alias info. Highly efficient.

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?

Given no output schema, description mentions valid_cbu_alias but could list other expected output fields (cost, fee, rate). Still sufficiently complete for a quote preview tool.

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?

Schema coverage is 100%, baseline 3. Description adds significant value by explaining the trade-off between 'fast_fiat_transfer' and 'fiat_transfer' for the type parameter, and clarifying that alias enables validation.

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?

Description clearly states the verb 'Preview' and the resource 'USDT cost, fee, and exchange rate for an ARS payment'. It distinguishes from siblings by specifying it's a preview before creating an order.

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?

Explicitly says to call BEFORE wapupay_create_order to confirm price. Also mentions alias can be passed for validation. Does not discuss when not to use or alternatives, but the context is clear.

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/jan3dev/agentic-aqua'

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