Skip to main content
Glama

roamzy_payment_options

Retrieve supported stablecoin and network combinations for payment, with fees and recommended options.

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 «какой стейблкоин и в какой сети — у тебя?». 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

Behavior4/5

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

No annotations provided, so description carries full burden. Discloses live pull from NowPayments with a 1-hour cache. Mentions fields like 'code', 'display', 'fees_hint', and 'recommended'. Lacks explicit safe/read-only labeling, but the read-only nature is implied. For a parameterless tool, this is sufficient transparency.

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?

Description is moderately long but well-structured: starts with a warning, then explains purpose, output fields, and usage. Each sentence contributes to understanding. Could be slightly more concise, but no redundancy.

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?

Fully complete for a parameterless tool: describes what it does, when to use, what it returns, how to use the result, and caching behavior. No output schema needed as description covers return structure sufficiently.

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?

No parameters in schema (schema coverage 100%). Description adds meaning by explaining what the output contains and how to use it (e.g., 'pass as pay_currency to create_order'). Baseline 4 for 0 params, and description adds value beyond schema.

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?

Clearly states it returns a list of stablecoin/network combinations and is mandatory before creating an order when the user hasn't chosen. Verb 'returns' identifies the action, and resource is 'list of stablecoin/network combinations'. Distinguishes from sibling 'roamzy_create_order' by specifying it is a prerequisite.

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?

Explicitly instructs when to use: 'MANDATORY before roamzy_create_order whenever the user has NOT explicitly chosen a stablecoin + network.' Also provides post-usage guidance: ask user which option they want, never silently default. Includes recommended UX steps.

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