Skip to main content
Glama

roamzy_payment_options

Read-onlyIdempotent

Fetches the enabled stablecoin/network payment options from Roamzy's NowPayments account, then asks the user to choose one before creating an order.

Instructions

⚠️ MANDATORY before roamzy_create_order whenever the user has NOT explicitly chosen a stablecoin + network. Returns the list of stablecoin/network combinations currently enabled in the Roamzy NowPayments account (e.g. USDT on TRON, USDC on Solana, etc.) — pulled live from NowPayments /v1/merchant/coins with 1h cache. Each entry includes code (pass as pay_currency to create_order), human-readable display, fees_hint, and a recommended flag. After calling this tool, ASK the user in chat which option they want — NEVER silently default to usdttrc20. Recommended UX: present the 3-5 most relevant options as a short bulleted list, mention fees_hint as a one-line aside, then ask the user which stablecoin and network they want to pay with. Only after the user picks should you call roamzy_create_order with the matching code as pay_currency.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
optionsYes
api_versionNo
minimum_usdtNoHard floor on a top-up.
agent_guidanceNo
price_currencyNo
Behavior4/5

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

Annotations already declare readOnly and non-destructive hints. The description adds behavioral context beyond that: it is pulled live from NowPayments with a 1h cache and returns specific fields (code, display, fees_hint, recommended). This provides useful operational detail not available in annotations, though it doesn't cover all edge-case behaviors.

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?

Although the description is long, every sentence carries necessary information: a mandatory-use warning, purpose, output details, and post-call instructions. The structure front-loads the critical 'MANDATORY' caveat and flows logically through purpose, data, and usage.

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?

Given the tool's complexity (zero parameters, but critical role in a multi-step flow), the description is complete. It covers when to use it, what it returns, how to present results, and how to proceed. An output schema exists, so the description need not repeat return schemas in detail.

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 tool has zero parameters, so the baseline is 4. The description does not need to add parameter details; it instead explains the output fields, which is appropriate for a no-argument tool.

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 returns the list of stablecoin/network combinations enabled in the account, with specific examples (USDT on TRON, USDC on Solana). It distinguishes from siblings by framing itself as a prerequisite for roamzy_create_order, making the tool's purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance is provided: 'MANDATORY before roamzy_create_order whenever the user has NOT explicitly chosen a stablecoin + network.' It also dictates the follow-up behavior—asking the user and never defaulting—and states when it is not needed (when the user has already chosen).

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/roamzy-io/mcp-server'

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