Skip to main content
Glama

Message Outbound Detail

message_outbound_detail
Read-onlyIdempotent

Single outbound detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ToNoRecipient email address
FromNoSender email address
OpensNoNumber of times opened
ClicksNoNumber of link clicks
StatusNoMessage delivery status
SubjectNoEmail subject
MessageIDNoUnique message identifier
DeliveredAtNoISO timestamp when delivered
SubmittedAtNoISO timestamp of submission

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. However, the description adds zero behavioral context—no mention of return format, error behavior, or what an 'outbound detail' contains. It does not contradict annotations, but it also provides no additional transparency.

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

Conciseness2/5

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

The description is only three words, which is under-specification rather than concise. There is no front-loaded information because there is no information at all. It does not earn its place; it fails to provide any substantive content.

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?

While the tool has only one parameter and an output schema exists, the description still fails to explain the core purpose or how the input relates to the output. The sibling tool names offer some context, but the description itself is grossly incomplete for an agent to select and invoke the tool correctly.

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 compensate. The only parameter, messageId, is not explained beyond its type/required status. The description adds no meaning to the parameter.

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

Purpose2/5

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

The description 'Single outbound detail' is a noun phrase that essentially restates the tool name. It lacks a verb to indicate the action (fetch/get/retrieve) and does not specify what 'detail' means. It is slightly more informative than a pure tautology because it hints at singular scope, but it is still vague.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus siblings like message_outbound_dump or messages_outbound. There is no mention of use cases, prerequisites, or exclusions.

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.