Skip to main content
Glama
stan13

ripper-mcp

by stan13

get_email

Retrieves complete email details including headers, folder status, attachments, body text, and linked contact using the email ID obtained from find_emails.

Instructions

Read one email in full — headers, folder/read/starred flags, attachment list, the full body text, and its linked contact. Get the emailId from find_emails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailIdYesId of the email (from find_emails).
Behavior4/5

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

With no annotations, the description carries the burden. It accurately describes the read operation and outputs, but does not explicitly state it is read-only or mention any side effects. However, the behavior is clear.

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 two sentences, front-loaded with the action and scope. Every word adds value, making it efficient and easy to parse.

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 has no output schema, the description adequately lists the returned data. It could mention that it is a read-only operation, but overall it is complete for its simplicity.

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 sole parameter emailId is fully documented in the schema with a description, and the tool description reinforces that the ID comes from find_emails. Schema coverage is 100%, and the description adds value.

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 clearly states the tool reads one email in full and lists specific fields (headers, flags, body, contact). It also distinguishes from find_emails, which is a sibling tool that returns metadata.

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 tells the agent to use the emailId from find_emails, providing clear context. It does not explicitly mention when not to use this tool, but the purpose is well-defined.

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