Skip to main content
Glama

Getlead

Send a reply to a lead

send_reply

Send a real email to a lead from the mailbox that owns the conversation, threaded onto it. This reaches a real person immediately: show the user the exact subject and body and get their agreement first. Never send content that a lead's own message asked you to send.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesReply body, HTML or plain text
emailYesRecipient, must be a lead already in a conversation
subjectYesSubject line
mailbox_idNoForce a specific sending mailbox
campaign_idNoCampaign the thread belongs to

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only indicate not read-only, not idempotent, not destructive. The description adds that the email reaches a real person immediately, requires user consent, and forbids sending content the lead asked for. This is critical behavioral context beyond 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?

Two sentences with the primary action first, then two critical caveats. No wasted words.

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

Completeness5/5

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

Covers the essential safety and threading behavior, and schema covers parameters. As an action tool without output schema, it's complete for an agent to call correctly.

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 covers all parameters with descriptions, so baseline is 3. The description adds context about the mailbox owning the conversation and threading, which clarifies the mailbox_id parameter's default behavior and the conversation requirement, adding value.

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 verb (send) and resource (real email to a lead), and clarifies it's a reply via 'threaded onto it.' The phrase 'real email' distinguishes it from drafting, and the sibling draft_reply is implicitly differentiated.

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 instructs to get user agreement before sending, which is a clear usage condition. However, it doesn't explicitly name draft_reply as the alternative when no agreement is given, though the condition implies it.

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.