Skip to main content
Glama
moneyan9
by moneyan9

Get payment

rms_get_payment

Retrieve payment information for a specific order by providing the order number. Access transaction details and payment status.

Instructions

決済情報取得(getPayment)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_numberYes
Behavior1/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 only states 'get payment information' with no mention of side effects, read-only nature, error conditions, or return format, leaving the agent with zero behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one short phrase, but it is under-specified rather than concise. Every word repeats what the title already conveys, and no information is added that would help an agent; it does not 'earn its place'.

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

Completeness1/5

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

With only one required parameter and no output schema, the description should at least clarify what the tool returns and how the parameter is used. It provides neither, making the tool effectively unusable without external knowledge.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The sole parameter order_number has a 0% schema description coverage, and the tool description provides no explanation of its meaning, format, or usage. The description fails to compensate for the missing parameter documentation, making it impossible to use correctly without additional context.

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

Purpose2/5

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

The description '決済情報取得(getPayment)' is a direct Japanese translation of the tool name, restating the title without adding specificity. It does not distinguish the tool from sibling tools like rms_order_detail, which could also return payment-related data, and fails to clarify what 'payment' entails (e.g., status, method, amount).

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 offers no guidance on when to use this tool versus alternatives such as rms_search_orders or rms_order_detail. There are no prerequisites, exclusions, or contextual hints about the appropriate scenarios for invoking this tool.

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/moneyan9/rakuten-rms-mcp'

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