Skip to main content
Glama
WalidMoultamiss

CocoInbox MCP Server

send_email

Send an email via CocoInbox and file it into the MCP dossier automatically. Specify recipient and subject; optional body, folder, and tracking.

Instructions

Send an email via POST /api/mail/send using the selected From address. Automatically moves the sent message into the "MCP" dossier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
bodyNo
htmlNo
textNo
folderNoDossier to move the sent mail into (default: MCP)
subjectYes
fromEmailIdNo
isGhostModeNo
isTrackingEnabledNo
Behavior2/5

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

The description discloses one side effect (automatic movement of the sent message to 'MCP' dossier), but it does not mention other behavioral aspects such as required permissions, rate limits, error handling, or potential side effects on the email state. Without annotations, the description carries the full burden, and this is insufficient.

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?

The description is highly concise, consisting of two clear sentences without unnecessary elaboration. It is well-structured and directly addresses the core functionality and a key behavior, making it easy to read and understand.

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

Completeness2/5

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

The description lacks essential context about the outcome of the operation, such as return values, success/failure indicators, or consequences beyond the auto-move. It also does not explain when this tool is appropriate to use. While it mentions the auto-move, it fails to provide a complete picture of the tool's behavior and results.

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

Parameters1/5

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

The description adds almost no meaning to the parameters. It indirectly references 'fromEmailId' via 'using the selected From address' but does not explain it, nor does it clarify the purpose of fields like 'to', 'subject', 'body', 'html', 'text', 'isGhostMode', or 'isTrackingEnabled'. The only parameter mentioned is 'folder' via the auto-move statement, but the schema already describes that. Overall, the description fails to enhance understanding of the parameters.

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?

The description clearly states the primary action ('Send an email') and even specifies the HTTP method and endpoint. It also mentions the auto-move to 'MCP' dossier, which adds context. However, the phrase 'using the selected From address' is ambiguous and could be clearer, but overall the purpose is distinct from sibling tools like list_emails or login.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites (e.g., authentication, prior selection of a From address). It lacks any indication of appropriate contexts or conditions for invocation.

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/WalidMoultamiss/cocoinbox-mcp'

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