Skip to main content
Glama
tomboone

Yahoo Mail MCP Server

by tomboone

flag_emails

Flag specific emails as important or starred using their permanent UIDs. Provide a list of UIDs and optionally a folder to target.

Instructions

Flag emails as important/starred using UIDs. UIDs are permanent identifiers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidsYesArray of UIDs to flag
folderNoFolder containing emails (default: INBOX)INBOX
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It adds useful context that UIDs are permanent identifiers, which helps the agent understand they are stable references. However, it does not mention side effects, required permissions, or whether the flag is additive or overwrites existing flags.

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 only two sentences, front-loads the main action, and contains no filler or repetition.

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?

For a simple tool with two parameters and no output schema, the description covers the core action and identifier semantics. It lacks details on folder usage but the schema handles that. The description is adequately complete for this low-complexity tool.

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 describes both parameters with 100% coverage, so the baseline is 3. The description adds a small nuance by explaining that UIDs are permanent, but it does not elaborate on the folder parameter beyond the schema's default.

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 uses a specific action verb ('Flag') and resource ('emails') with a clear qualifier ('important/starred'), distinguishing it from sibling tools like unflag_emails and mark_as_read.

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 states the action and method ('using UIDs') but does not mention when to prefer this over alternative tools, such as mark_as_read or unflag_emails. There is no explicit when-not-to-use guidance, though the purpose is straightforward.

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/tomboone/yahoo-mail-mcp-server'

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