Skip to main content
Glama
MrGo2

iCloud MCP Server Apple

Create Contact

create-contact

Create a contact in your Apple address book or iCloud account. Specify a name and optionally add email, phone, organization, job title, or notes.

Instructions

Creates a contact in the user's address book (Contacts.app in local mode, iCloud over CardDAV in cloud mode). Every field is optional, so pass at least a name (displayName, or firstName and lastName) along with any known email, phone, organization, job title or notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail address
notesNoNotes about the contact
phoneNoPhone number
titleNoJob title
lastNameNoLast name
firstNameNoFirst name
displayNameNoFull display name
organizationNoCompany/Organization
Behavior3/5

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

Annotations already indicate a non-read-only, destructive-safe write operation. The description adds useful context about local vs. cloud mode, but does not disclose behaviors like duplicate handling or idempotency, which is adequate given annotations.

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?

Two concise, front-loaded sentences. The first states the core action, and the second provides essential parameter guidance without unnecessary detail.

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's simplicity, the description covers the action, storage modes, and parameter requirements. Missing details like return values are not critical since no output schema exists and creation tools typically return nothing or a simple confirmation.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that all fields are optional and recommending at least a name (displayName or firstName+lastName), guiding parameter usage beyond the schema.

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 it creates a contact in the user's address book, with specific details about local and cloud modes. This distinguishes it from sibling create tools (create-event, create-note) and other contact tools.

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?

Provides explicit guidance on minimum required input (pass at least a name) and suggests combining it with known fields. Does not explicitly state when not to use it, but the context is clear for creating contacts.

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