Skip to main content
Glama

Yardstick ATS

Set the default sender for an email type

yardstick_email_sender_defaults_set
DestructiveIdempotent

Set the default sender policy for a candidate email type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
email_typeYes
request_idNo
idempotency_keyNo
default_sender_typeYes
org_shared_sender_identity_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructiveHint=true and idempotentHint=true, so the agent knows the operation is a mutation. The description adds no behavioral context beyond the word 'Set' – it doesn't explain that this overwrites existing defaults, what happens to prior settings, whether permission is required, or the effect of leaving org_shared_sender_identity_id null. No contradiction exists, but the description fails to enhance the annotation-provided safety profile.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler words. Every word contributes to the core purpose, making it maximally concise and easy to parse at a glance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given this is a mutation tool with no output schema, five parameters, and a destructive annotation, the description is insufficiently complete. It fails to address usage context, parameter interplay, side effects, or what happens after invocation, leaving the agent with significant ambiguity despite the annotations and enum schemas.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

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 or explain any parameters. The dependencies between default_sender_type and org_shared_sender_identity_id, the meaning of enum values like 'org_shared' vs 'owner', and the relevance of request_id and idempotency_key are all left undocumented. The description does not compensate for the schema's lack of semantic detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a specific action ('Set') and a distinct resource ('default sender policy for a candidate email type'), making the tool's core function evident. However, it does not explicitly differentiate this tool from its sibling 'yardstick_email_sender_defaults_list' or other email-related tools, relying on the verb/resource contrast alone.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, when not to use it, or any prerequisites such as needing an existing sender connection. The sibling tools like 'yardstick_email_sender_defaults_list' and 'yardstick_email_sender_settings_read' are not referenced, leaving the selection decision entirely to the agent's inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.