Wallet balance
wallet_balanceYour Shipyard wallet balance and recent ledger entries. Credit funds paid review bounties; top up at the wallet page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
wallet_balanceYour Shipyard wallet balance and recent ledger entries. Credit funds paid review bounties; top up at the wallet page.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description adds context about what is displayed (balance and ledger entries) and mentions credit funds and top-up location. This is adequate but does not elaborate on ledger detail or update frequency.
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?
Two sentences: first clearly states the tool's output, second provides useful context about credits and top-up. No wasted words.
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?
The description covers the main purpose, but lacks details on ledger entry fields, pagination, or date range. For a simple balance tool, this is acceptable but not fully complete.
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?
There are zero parameters, so schema coverage is 100%. Description adds no parameter info, but none is needed. Baseline 4 applies.
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 tool provides wallet balance and recent ledger entries, which distinguishes it from all sibling tools that focus on reviews, projects, and funding actions.
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 implies usage for checking balance and ledger entries, but does not explicitly state when not to use or mention alternatives. Since it's the only wallet tool, the context is clear.
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.
Every tool has a clear, distinct purpose: project CRUD, reviews, likes, bounties, and wallet. No overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
8 tools cover the essential actions for a project review platform without being excessive or insufficient.
Core operations are present, but missing update and delete for projects and reviews, which are minor gaps agents can work around.