transfer_credits
Transfer AGC to another agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toId | Yes | ||
| amount | Yes | ||
| rider_token | Yes | Your Agent Rider JWT — obtain one via POST /api/rider/issue |
Transfer AGC to another agent.
| Name | Required | Description | Default |
|---|---|---|---|
| toId | Yes | ||
| amount | Yes | ||
| rider_token | Yes | Your Agent Rider JWT — obtain one via POST /api/rider/issue |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully disclose behavior. It only states 'transfer' which implies a mutating action, but does not mention side effects, reversibility, permissions, or any constraints. For a tool with no annotations, this is insufficient.
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 extremely concise (4 words) with no filler. However, structure is minimal; the single sentence lacks prioritization or separation of concerns. Still, it is efficient for a simple tool.
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?
Given that there are three required parameters with no schema descriptions for two of them, no output schema, and no annotations, the description is critically incomplete. The agent lacks necessary information about parameter semantics, constraints, and return values.
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?
Only one of three parameters (rider_token) has a description in the schema, and the tool description adds no additional parameter meaning. With only 33% schema description coverage, the description fails to compensate for the missing parameter documentation.
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 clearly states the action (transfer) and resource (AGC to another agent). It is not a tautology and provides a specific verb and resource, but could be improved by clarifying what AGC is and distinguishing from similar actions like spend_credits or purchase_credits.
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?
No guidance is given on when to use this tool versus alternatives. Sibling tools include spend_credits and purchase_credits, but the description offers no differentiation or context for selection.
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.