Skip to main content
Glama
tomboone

Yahoo Mail MCP Server

by tomboone

unflag_emails

Unflag emails in Yahoo Mail by providing UIDs. Specify a folder (default INBOX) to remove stars or flags from selected messages.

Instructions

Remove flag/star from emails using UIDs. UIDs are permanent identifiers.

Input Schema

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

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

With no annotations, the description carries full responsibility for behavioral disclosure. It only states the action and a note about UID permanence; it does not mention side effects, permissions, reversibility, or behavior for already-unflagged emails. As a mutation tool, this lack of transparency is a significant gap.

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 short sentences that immediately convey the core action and input method. The extra note about UID permanence is relevant and not redundant; no words are wasted.

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 mutation tool with a complete schema and no output schema, the description covers the essential purpose and input. It lacks behavioral details (permissions, side effects) but those are penalized separately. The description is adequate, though it could mention that the specified folder must contain the UIDs.

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

Parameters4/5

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

The schema already fully describes both parameters (100% coverage). The description adds value by noting UIDs are permanent identifiers, which helps the agent understand UIDs can be reused across calls. This goes beyond the schema's basic definitions, though the addition is modest.

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 'Remove flag/star from emails using UIDs', using a specific verb and resource. It distinguishes itself from sibling tools like flag_emails (adds flags) and mark_as_read (changes read status) by specifying the exact action and input method.

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 the tool is used for unflagging emails but provides no explicit guidance on when to use it versus alternatives. The mention of UIDs suggests programmatic use, but there are no when/when-not statements or references to sibling tools.

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