Skip to main content
Glama
stan13

ripper-mcp

by stan13

send_email

Compose and send an email or save it as a draft. Recipients are auto-linked to matching contacts.

Instructions

Compose an email and either send it or save it as a draft. Set draft true (the DEFAULT unless the user clearly says to send now) to save to the Drafts folder without sending; set it false only when the user explicitly asks to send. Requires a connected email account (see list_email_accounts). Direct sending is supported for Outlook accounts; for other providers the message is saved as a draft. The recipient is auto-linked to a matching contact when one exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNoCC email addresses.
toYesRecipient email addresses (at least one). Each may be a plain address or "Name <addr@host>".
bccNoBCC email addresses.
bodyYesPlain-text body of the email.
draftNotrue (default) saves a draft; false sends immediately. Only send when the user clearly asked to.
subjectYesEmail subject line.
accountIdNoOptional account to send from (from list_email_accounts). Defaults to the user's default account.
contactIdNoOptional contact to link this email to (from find_contacts). Otherwise matched from the recipients.
Behavior3/5

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

Discusses the draft/send behavior and auto-linking to contacts, but does not cover error scenarios, rate limits, or what happens when the account is not connected. Given no annotations, it is adequate but not exhaustive.

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?

Three sentences with clear structure. First sentence provides a high-level summary, followed by details. No fluff, but could be slightly more concise.

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

Completeness3/5

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

Given 8 parameters and no output schema, the description covers the main workflow and key behavioral details, but omits return value and error handling. It is moderately complete.

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% (baseline 3). The description adds value by explaining the draft parameter's default and usage, and the format of the 'to' parameter. Other parameters are sufficiently described in the schema.

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

Purpose4/5

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

Clearly states it composes an email and either sends or saves as draft. Distinguishes the main action (compose and send/save) but does not differentiate from sibling tools like update_email.

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?

Provides clear guidance on when to use draft=true (default) vs false (only when user explicitly asks to send). Mentions prerequisite of a connected email account and references list_email_accounts. Also explains provider-specific behavior for Outlook vs others.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stan13/ripper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server