status
Rail, network, payTo, payout. Read before any USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Rail, network, payTo, payout. Read before any USDC.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for disclosing behavior. It only says 'Read,' implying a read-only operation, but it does not describe side effects, required permissions, rate limits, or response format. This is a significant omission for a tool that is meant to be consulted before critical actions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence, which is efficient and front-loaded with the key directive. However, it is so cryptic that it sacrifices clarity for brevity, making it less effective overall. It is well-structured in being brief but could benefit from more explicit wording.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema and no annotations, so the description must fully explain the tool's purpose and behavior. It fails to do so, giving only a vague hint ('Read before any USDC') without stating what a status check entails or what information it provides. This is completely inadequate for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has zero parameters, so the description has nothing to add about parameter meaning. The baseline for zero parameters is 4, and the description does not introduce any confusion or unnecessary parameter details, so this score is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description implies a read operation ('Read') but never explicitly states what is read or what the tool returns. The terms 'Rail, network, payTo, payout' are cryptic and lack context, and the tool name 'status' is not clarified. This is vague and does not help distinguish from siblings like 'discover' or 'preview'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides an explicit usage directive: 'Read before any USDC.' This clearly states when the tool should be used (prior to USDC operations). However, it does not mention any alternative tools or conditions for not using it, which is a minor gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.