Skip to main content
Glama

Send lead draft

send_lead_draft
Destructive

Send an approved outreach draft to its lead via the company's Resend connection, then mark the draft 'sent'. This is the manual human-in-the-loop send: it delivers exactly one lead_drafts row (by id) to the lead's email and records sent_at + resend_message_id. Honors the do_not_contact suppression list (the send is refused if the lead is suppressed). Use after an operator approves a draft in the Leads tab.

Routing: Operator approved an outreach draft and wants to send it → use this

[outbound-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draft_idYesUUID of the lead_drafts row to send (must be pending_review or approved).
reply_toNoOptional Reply-To address for the outbound email.
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / draft_id / description
      Previous value: -"UUID of the lead_drafts row to send."New value: +"UUID of the lead_drafts row to send (must be pending_review or approved)."
  2. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the annotations (destructiveHint=true, idempotentHint=false), the description discloses concrete side effects: delivers exactly one row, records sent_at and resend_message_id, and refuses send if the lead is on the do_not_contact suppression list. It also explains the outbound-tier approval behavior and instructs the agent not to re-ask, adding valuable operational 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 front-loaded with the core action and then adds relevant side-effect and approval details. It is slightly verbose in the bracketed approval note, but that content is operational guidance that helps the agent act correctly rather than filler.

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?

Given the mutation-heavy nature of the tool, no output schema, and the approval nuance, the description is very complete. It covers what is sent, what state change occurs, suppression behavior, when to call it, and the manager-approval flow, leaving little ambiguity for correct invocation.

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?

Schema description coverage is 100%, so the schema already fully documents draft_id, reply_to, and companyId. The description adds no significant parameter-level meaning beyond what the schema already states, so the baseline score of 3 is appropriate.

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 and resource: send an approved outreach draft via the company's Resend connection and mark it 'sent'. It also differentiates this from other send-related tools by emphasizing it is a manual, human-in-the-loop send of exactly one lead_drafts row.

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 a clear trigger: 'Use after an operator approves a draft in the Leads tab' and a routing rule: 'Operator approved an outreach draft and wants to send it → use this'. It does not explicitly name alternative tools or exclusion conditions, but the context is specific enough for an agent to recognize when to call 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.

Resources