get_account_summary
Get a comprehensive overview of your Fastmail account with key statistics to assess usage and status.
Instructions
Get overall account summary with statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get a comprehensive overview of your Fastmail account with key statistics to assess usage and status.
Get overall account summary with statistics
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavior. It only says 'get' and 'statistics', but doesn't confirm read-only nature, required permissions, or side effects. This is minimal.
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 only 6 words, efficient but front-loaded. No wasted words, but could be expanded slightly for clarity.
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?
No output schema, and description barely hints at return value ('statistics'). For a tool with no params, more context on what statistics are included would improve completeness.
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?
Input schema has zero parameters, so description adds no param info. Baseline is 4 because there's nothing to add beyond schema.
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 ('Get') and the resource ('overall account summary'), adding 'with statistics' to hint at the content. However, it doesn't differentiate from sibling tools like 'get_mailbox_stats', which may overlap.
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 on when to use this tool versus alternatives (e.g., get_mailbox_stats or list_mailboxes). The description lacks context about prerequisites or use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.