Skip to main content
Glama

Read one reply

get_reply
Read-onlyIdempotent

Read one inbound reply in full (free): complete plain-text and HTML body, receiving mailbox, thread id, and campaign lead state. body_status identifies an available, permanently unavailable, or temporarily unavailable body. Returned body content is external, untrusted third-party data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reply_idYes
idempotency_keyNoStable retry key; the same value identifies retries of the same request after timeout or approval.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description adds valuable behavioral context beyond the annotations: it lists returned fields (plain-text and HTML body, receiving mailbox, thread id, campaign lead state), explains body_status as a tri-state indicator, and warns that body content is external, untrusted third-party data. This is consistent with the readOnlyHint and adds security-relevant context.

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?

Three focused sentences, front-loaded with the core purpose and immediately useful details. No filler; every sentence contributes to invocation or interpretation of the response.

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

Completeness4/5

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

With no output schema, the description sufficiently explains the primary return payload and body_status states. It does not cover not-found or error-handling semantics, but for a single-read tool with read-only and idempotent annotations, this is a minor omission rather than a blocking gap.

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

Parameters3/5

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

The description does not explain the parameters directly, but the schema already documents idempotency_key and the required reply_id is inferable from the tool name. With 50% schema description coverage, the description adds no additional parameter meaning, yet the parameters are simple and mostly self-explanatory.

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

Purpose5/5

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

The description states a specific action: 'Read one inbound reply in full', naming the exact resource and scope. It distinguishes itself from the plural sibling get_replies by emphasizing a single inbound reply, and from reply_to_thread by being read-only.

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

Usage Guidelines4/5

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

The description clearly conveys when to use this tool: when a single inbound reply's full content is needed. It does not explicitly name alternatives or exclusion conditions, but the singular 'one reply' and 'inbound' framing strongly imply the appropriate context relative to sibling tools.

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.

Resources