Update email automation settings
yardstick_email_automation_settings_updateUpdate candidate email automation settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No | ||
| idempotency_key | No |
yardstick_email_automation_settings_updateUpdate candidate email automation settings.
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | No | ||
| idempotency_key | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, but the description adds no behavioral context—it does not explain that updates may overwrite existing settings, nor does it mention the idempotency_key's role. The description carries no extra value 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?
The description is a single generic sentence that is terse but not concise in a helpful way—it omits essential information. It is under-specified rather than efficiently structured.
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 mutation tool with destructiveHint=true and no output schema, the description is severely incomplete. It lacks any explanation of the settings being updated, how to provide them, or what the request_id and idempotency_key are for. An agent cannot correctly invoke this tool based on the description alone.
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 0%, and the description does not mention either parameter (request_id, idempotency_key). It fails to explain what these parameters do or how to specify the actual settings to update, leaving the agent without critical usage information.
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 states a clear verb (update) and resource (candidate email automation settings), which is specific and distinguishes it from the read counterpart. It does not explicitly name sibling alternatives, but the verb and resource make the purpose unambiguous.
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 alternatives. While the read sibling is obvious, the description provides no context about when updates are needed, prerequisites, or exclusions.
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.