Skip to main content
Glama
yanboishere

Infini Payment MCP Server

by yanboishere

create_payment_order

Initiate cryptocurrency payment processing by creating new orders for USDC/USDT transactions with configurable parameters and redirect URLs.

Instructions

Create a new payment order in Infini.

Args:
    request_id: Unique request ID (UUID recommended)
    amount: Order amount (e.g., "100.00")
    client_reference: Client reference string
    order_desc: Order description
    merchant_alias: Custom merchant alias
    expires_in: Time to live in seconds (0 for default)
    success_url: Success redirect URL
    failure_url: Failure redirect URL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYes
amountYes
client_referenceNo
order_descNo
merchant_aliasNo
expires_inNo
success_urlNo
failure_urlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It states the tool creates a payment order, implying a write operation, but doesn't describe what happens upon creation (e.g., returns an order ID, triggers a payment flow), error conditions, rate limits, or authentication requirements. This leaves significant gaps for an agent to understand the tool's behavior.

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?

The description is appropriately sized and front-loaded, starting with the core purpose followed by a structured list of parameters. Each parameter explanation is brief and relevant. There's no wasted text, though the formatting as a simple list could be slightly improved for readability.

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

Completeness3/5

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

Given the complexity (8 parameters, no annotations, but with an output schema), the description is moderately complete. It covers the purpose and parameters well, but lacks behavioral details like error handling or authentication. The presence of an output schema means return values don't need explanation, but other contextual gaps remain, making it adequate but not fully comprehensive.

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 description coverage is 0%, so the description must compensate. It provides brief explanations for all 8 parameters (e.g., 'Unique request ID (UUID recommended)', 'Order amount (e.g., "100.00")'), adding meaningful context beyond the schema's titles. However, it doesn't cover details like format constraints (e.g., URL validation for success_url) or the implications of null defaults, keeping it from a perfect score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a new payment order in Infini, providing a specific verb ('Create') and resource ('payment order'). It distinguishes from sibling tools like 'get_payment_order' or 'list_payment_orders' by focusing on creation rather than retrieval. However, it doesn't explicitly differentiate from other creation-like tools like 'reissue_order_token' or 'withdraw_funds' beyond the name.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., authentication), when not to use it, or how it relates to sibling tools like 'reissue_order_token' or 'withdraw_funds'. The only implied usage is for creating payment orders, but no contextual boundaries are defined.

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/yanboishere/infini-mcp'

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