Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_get_email_delivery

Read-onlyIdempotent

Fetches a recorded email's body (HTML and text), attachments, and invoice data from batch emails. Returns body only if provider retains the message; otherwise body fields are null.

Instructions

Returns one recorded email with its message body (HTML and plain text), its attachments and, for batch emails, the invoices it carried.

The body is fetched live and is only available while the message has a provider message id and the provider still retains it; otherwise body_available is false and html_body / text_body are null. An email that never left — QUEUED or REJECTED — has no body for that reason.

Endpoint: GET /v1/accounts/{account_id}/emails/{email_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
email_idYesEmail delivery id
account_idYesYour own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, but the description adds significant context: the body is fetched live, availability depends on provider retention, `body_available`/`html_body`/`text_body` behavior, and the QUEUED/REJECTED edge case. This goes beyond the annotation set without contradicting it.

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 tightly structured: a single-sentence summary of return content, a concise caveat about body availability, and an endpoint line. Every sentence adds value, and it is front-loaded with the core purpose. No filler or redundancy.

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?

For a read operation of moderate complexity, the description covers all essential aspects: the returned data, conditional body availability, and the statuses that preclude a body. With no output schema, the description sufficiently explains what an agent can expect. The endpoint is a helpful extra. Nothing critical is missing.

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?

The input schema already covers both parameters with detailed descriptions (email_id, account_id including 403 semantics), so schema coverage is 100%. The tool description does not add parameter-specific meaning beyond what the schema provides; it only references the parameters indirectly via the endpoint. Baseline 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 opens with a specific verb ('Returns') and a precise resource ('one recorded email'), enumerating the returned data (body, attachments, invoices for batch emails). This clearly distinguishes it from siblings like beel_get_email_delivery_indicators (which presumably returns indicators) and beel_list_email_deliveries (which lists multiple).

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 implies usage for retrieving a single email's details and explains when the body may be unavailable (QUEUED/REJECTED), but it does not explicitly state when to choose this tool over its siblings, such as beel_get_email_delivery_indicators or beel_get_email_delivery_indicators. No alternatives or exclusions are named.

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/beel-es/beel-mcp'

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