Skip to main content
Glama

Yardstick ATS

Read email sender settings

yardstick_email_sender_settings_read
Read-onlyIdempotent

Read redacted email sender settings with sanitized queue diagnostics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description's job is lighter. It adds value by promising redacted settings and sanitized queue diagnostics, telling the agent that sensitive values will be masked. This 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.

Conciseness5/5

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

A single sentence with no filler. The redaction and sanitization qualifiers are front-loaded and add meaningful information without repetition.

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

Completeness3/5

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

Annotations cover the safety profile and the description conveys the high-level return value, so the tool is mostly usable. It falls short by not explaining the optional request_id or the shape of queue diagnostics, and with no output schema those details are absent.

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

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description never mentions request_id, the only parameter. The parameter name hints that it identifies a request, but its role relative to settings and queue diagnostics is left unexplained, so the description does not compensate for the schema gap.

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?

States a specific verb ('Read') and resource ('email sender settings'), and adds redaction/sanitization detail that characterizes the output. It is not a tautology, though it does not explicitly distinguish this tool from nearby siblings like email_sender_defaults_list or email_sender_connections_list.

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?

No guidance is given on when to use this tool versus alternatives such as email_sender_defaults_list, email_sender_connections_list, or email_automation_settings_read. The read-only usage is implied but no exclusions or alternatives are provided, leaving routing to 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.