Check account health
accounts_get_account_healthCheck account health
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The account ID to check (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
accounts_get_account_healthCheck account health
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The account ID to check (required) |
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral detail beyond what readOnlyHint=true and destructiveHint=false already declare. It does not explain what 'health' means, what is checked, or what output to expect from the agent's perspective.
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 short to the point it is under-specified rather than concise. 'Check account health' repeats the title and does not earn its place by adding useful information.
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?
For a single-parameter tool with a read-only annotation and output schema, the description should at minimum clarify that it targets one account versus all accounts. The sibling accounts_get_all_accounts_health exists, and this description does not resolve the ambiguity.
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?
Schema description coverage is 100%, and account_id is documented as 'The account ID to check'. The description itself adds no parameter context, but the schema already carries the semantic load, so the baseline of 3 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?
Tautological: description restates name/title.
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?
There is no guidance on when to use this tool versus accounts_get_all_accounts_health or accounts_get. No alternatives, exclusions, or selection criteria are mentioned.
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.