Skip to main content
Glama
MrGo2

iCloud MCP Server Apple

Mark Email Read/Unread

mark-as-read
Idempotent

Marks an iCloud email as read or unread. Provide the email's UID and optional folder to change its read status.

Instructions

Marks an email as read or unread

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYesEmail handle: the UID from list-emails in cloud mode, or the message ID in local mode
folderNoEmail folder (default: inbox)
isReadNoMark as read (true) or unread (false). Default: true
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds the specific semantic action (read/unread) but no additional behavioral context such as side effects, permissions, or response behavior. No contradiction exists.

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, clear sentence with no unnecessary words. It is front-loaded and directly states the action.

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 mutating tool with comprehensive schema and annotations, the description is nearly complete. It does not explicitly address mode differences (cloud vs local) hinted by the uid parameter, but the schema covers this. Overall adequate.

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%, and each parameter (uid, folder, isRead) is well-documented in the schema. The description adds no extra parameter semantics, so baseline 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 uses a specific verb ('marks') and a clear resource ('an email') with a specific state change ('read or unread'). It clearly distinguishes from sibling email tools like send-email, list-emails, or read-email.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool, what prerequisites exist (e.g., having a UID from list-emails), or how it differs from other email actions. The schema hints at mode-dependent UID, but the description itself gives no context.

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/MrGo2/icloud-mcp'

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