Skip to main content
Glama
moneyan9
by moneyan9

RMS MCP health check

rms_health

Verify MCP server startup and confirm RMS credentials exist to ensure readiness for Rakuten RMS operations.

Instructions

Check whether this MCP server can start and whether RMS credentials are present in the environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates this is a non-mutating diagnostic check, and the wording 'can start' and 'credentials are present' accurately conveys the scope. However, it does not describe the output format or what happens if the check fails, which is a minor gap.

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?

The description is a single sentence that conveys all necessary information with no redundancy or filler. Every word contributes to understanding the tool's purpose, making it optimally concise and well-structured.

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

Completeness4/5

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

Given the tool's simplicity, zero parameters, and lack of an output schema, the description covers the essential aspects for invocation: what the tool checks and why. It would be slightly stronger if it hinted at the return value, but the description is complete enough for an agent to select and call this tool appropriately.

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 and the schema coverage is 100%, so there is nothing for the description to add about parameters. The baseline of 4 is appropriate because the empty schema fully describes the interface and the description appropriately focuses on behavior.

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 the tool checks server startup and credential presence, using a specific verb ('check') and resource ('MCP server', 'RMS credentials'). This fully distinguishes it from the functional sibling tools like rms_product_ranking or rms_order_detail, which perform domain operations rather than health diagnostics.

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 description implies usage context (verifying the server is operational and credentials exist), but it does not explicitly state when to use this tool versus alternatives, nor does it mention any preconditions or follow-up actions. It gives enough context for a health check but lacks explicit exclusions or alternatives.

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