List email sender connections
yardstick_email_sender_connections_listList redacted sender provider connection state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No |
yardstick_email_sender_connections_listList redacted sender provider connection state.
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already establish that this is read-only, idempotent, and non-destructive. The description adds one useful behavioral detail: the returned connection state is redacted. It does not go further to describe pagination, filtering, or what 'state' includes, so this is solid but not exceptional.
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 entire description is one compact, front-loaded sentence with no filler. It is appropriately terse, though it leaves important context such as request_id behavior unaddressed.
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 simple read-only list operation with rich annotations and only one optional parameter, the tool is mostly usable as-is. However, the absence of any return-shape hints or guidance on what a 'connection state' contains leaves minor but real gaps, and sibling tools are not distinguished.
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 input schema has no description for request_id and the tool description never mentions it. With 0% schema coverage, the description should compensate but does not add any parameter meaning; the only mitigating factor is that the parameter is optional.
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 list operation ('List') over a distinct resource ('sender provider connection state') and adds that the data is redacted. This is clear enough to identify the tool's function, though it does not explicitly name sibling alternatives.
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 for when to choose this over nearby email-related tools such as email_sender_defaults_list or email_sender_settings_read. The optional request_id is not explained, and no exclusions, prerequisites, or alternative conditions 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.