Skip to main content
Glama

Send reply

send_reply
Destructive

Send an email reply in an inbox thread, the SAME gated path as the dashboard composer: subscription, daily send cap, Gmail connection and the OUTREACH_TEST_MODE redirect are all enforced inside the send function. Guarded: without approval_token it returns {error:"approval_required", approval_token, summary} for the user to confirm; call again with the token. Every dashboard guardrail still applies: this is exactly what a user clicking the dashboard could do, no more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesPlain-text reply body.
enrollment_idYesAn enrollment_id from list_inbox_threads.
approval_tokenNoApproval token from a previous approval_required response, after the user said yes.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the annotations, disclosing that subscription limits, daily send caps, Gmail connection state, and OUTREACH_TEST_MODE redirect are all enforced inside the function. It also specifies the exact guarded behavior when approval_token is missing, including the returned error shape and the need to call again with the token. This is rich, non-obvious behavioral context.

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

Conciseness4/5

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

The description is moderately sized but every sentence carries relevant operational information: purpose, gated path, approval behavior, and safety equivalence to the dashboard. There is minor redundancy between 'SAME gated path' and 'Every dashboard guardrail still applies,' but overall it is well-structured and front-loaded.

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?

For a tool with no output schema, the description covers the most critical conditional return (approval_required), the enforced guardrails, and the token retry flow. It does not describe the success response shape, but the rich input schema and behavioral disclosure make the tool callable and understandable without it.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is already 3. The description adds meaningful parameter semantics by explaining that approval_token comes from a previous approval_required response and that the function should be called again with it after user confirmation. It does not add much beyond the schema for body or enrollment_id, but the approval flow is genuinely useful.

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 uses a specific verb and resource: 'Send an email reply in an inbox thread.' It also clarifies the scope by tying behavior to the dashboard composer, making it clear this is the user-action path rather than an automated or campaign-level send. This is enough to distinguish it from every sibling tool, none of which target sending an inbox reply.

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 gives clear usage context: this is the user-equivalent dashboard send path, and it explains the approval-token flow—call first without a token, then call again with the token after confirmation. It does not explicitly name alternatives or say when not to use it, but the context is concrete enough for an agent to apply it correctly.

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