Skip to main content
Glama
thekie

read-no-evil-mcp

by thekie

send_email

Send an email to one or more recipients with optional CC, reply-to, and file attachments using a specified account.

Instructions

Send an email with optional attachments.

Args: account: Account ID to use (e.g., "work", "personal"). to: List of recipient email addresses. subject: Email subject line. body: Email body text (plain text). cc: Optional list of CC recipients. reply_to: Optional Reply-To email address. attachments: Optional list of file attachments. Each attachment should have: - filename: Name of the file (required) - content: Base64-encoded file content (required if path not provided) - mime_type: MIME type (default: application/octet-stream) - path: File path to read from (required if content not provided)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccNo
toYes
bodyYes
accountYes
subjectYes
reply_toNo
attachmentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It only describes parameters and does not mention side effects, authentication requirements, rate limits, or what happens on success/failure. For a tool that sends data, this is a significant gap.

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 a one-sentence summary, followed by a structured parameter list. While it is relatively long due to detailed parameter docs, the structure is clear and each sentence serves a purpose. A minor improvement would be to shorten the attachment explanation, but it's still efficient for a complex tool.

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?

Given the tool's complexity (7 parameters, attachments, optional fields), the description covers parameter semantics well. It does not explain return values, but an output schema exists (not shown) which likely handles that. However, it lacks behavioral context like error handling or size limits, which would help an agent fully understand invocation risks. Overall, it is sufficient for basic selection and invocation.

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

Parameters5/5

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

The schema coverage is 0%, meaning the schema itself lacks descriptions for top-level parameters. The description compensates thoroughly by explaining each parameter (account, to, subject, body, cc, reply_to, attachments) and the attachment object structure, including required fields and defaults. This adds substantial value beyond the schema.

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 starts with 'Send an email with optional attachments,' which clearly states the verb (send) and resource (email). It distinguishes itself from sibling tools like delete_email, get_email, and list_accounts by focusing on sending rather than retrieving or deleting.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool vs. alternatives, such as not to use it for reading emails or when to prefer list_emails. It provides no when-not-to-use guidance, leaving the agent to infer from sibling names. This is adequate but not proactive.

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/thekie/read-no-evil-mcp'

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