Skip to main content
Glama
leeguooooo

MCP Email Service

by leeguooooo

get_contact_timeline

Retrieve communication history with a specific contact from cached email data to analyze interaction patterns and timelines.

Instructions

Get communication timeline with a specific contact from the local sync cache (no live IMAP).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contact_emailYesEmail address of the contact to analyze
account_idNoAccount ID (optional, default: all accounts)
daysNoNumber of days to look back (default: 90)
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the data source constraint ('local sync cache, no live IMAP'), which is valuable behavioral context. However, it doesn't mention performance characteristics, error conditions, or what the timeline output looks like (e.g., format, included metadata).

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 a single, efficient sentence that front-loads the core purpose and includes the critical constraint about data source. Every word earns its place with no redundancy or unnecessary elaboration.

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?

For a read-only tool with no annotations and no output schema, the description provides adequate purpose and data source context but lacks details about return format, performance, or error handling. The 100% schema coverage helps, but more behavioral transparency would improve completeness.

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?

Schema description coverage is 100%, so the schema fully documents all three parameters. The description doesn't add any parameter-specific information beyond what's in the schema, maintaining the baseline score of 3 for adequate coverage through structured data alone.

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 verb ('Get') and resource ('communication timeline with a specific contact'), and distinguishes it from siblings by specifying it uses 'local sync cache (no live IMAP)', which is unique among sibling tools like get_email_detail or search_emails that might access live data.

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 provides clear context about when to use this tool by specifying it retrieves from 'local sync cache (no live IMAP)', implying it's for cached data analysis rather than real-time queries. However, it doesn't explicitly mention when NOT to use it or name specific alternatives among siblings.

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/leeguooooo/email-mcp-service'

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