List inboxes
cooper_list_inboxesList inboxes on the signed-in Cooper Email account. Read-only. Returns id, username, email, display name, and created time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
cooper_list_inboxesList inboxes on the signed-in Cooper Email account. Read-only. Returns id, username, email, display name, and created time.
| 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?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds value by specifying the account scope and enumerating the returned fields (id, username, email, display name, created time), which is useful behavioral context beyond the annotations.
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 short sentences with no filler or redundancy. The core action is front-loaded, and the read-only nature and return fields are stated efficiently.
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 parameterless list operation with safety annotations provided, this description is complete. It tells the agent what the tool returns and which account context it operates on, so no necessary information is missing.
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 tool has zero parameters, so there is nothing to document. The baseline for zero-parameter tools is 4, and the description correctly makes no parameter claims.
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 names a specific verb and resource: listing inboxes on the signed-in Cooper Email account. It clearly differentiates from sibling tools like cooper_list_messages and cooper_list_owners by identifying the exact resource type and account scope.
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 gives clear context: it lists inboxes for the current signed-in account, which implies when this tool is appropriate. It does not explicitly name alternatives or exclusions, but for a simple zero-parameter list tool, the context is sufficient.
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.