Skip to main content
Glama
moneyan9
by moneyan9

Update sender (before shipping)

rms_update_sender

Update the shipping sender information for a specific order before dispatch.

Instructions

送付先情報更新(発送前)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
senderYes
order_numberYes
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. It only says 'update sender information' without mentioning mutations, permission requirements, idempotency, validation, or what happens if the order is already shipped. This is insufficient for a write operation.

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 a single compact phrase that communicates the core purpose and timing in one line. It is front-loaded and has no unnecessary filler, though it risks being too terse.

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

Completeness2/5

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

With a nested object parameter, no output schema, and no annotations, a one-line description is not enough. It lacks field-level details for 'sender', usage semantics, and interaction with shipping state, making it incomplete for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description provides no explanation of the 'sender' nested object structure or the format of 'order_number'. The parameter names give some hint, but the description adds no value beyond the names.

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 states the action (update sender information) and the timing scope (before shipping), which clearly distinguishes it from the sibling tool rms_update_sender_after_shipping. The title reinforces both the resource and the pre-shipment constraint.

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

Usage Guidelines3/5

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

The '(before shipping)' qualifier implies this tool should be used prior to shipment, but the description does not explicitly state when to use it instead of rms_update_sender_after_shipping or rms_update_delivery. No alternatives or exclusions are named.

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