Skip to main content
Glama
Jordonh18

Fastmail MCP Server

by Jordonh18

update_contact

Update contact information selectively by providing only the fields to change; all other details remain unchanged.

Instructions

Update an existing contact's information. Only the fields you provide will be updated; other fields remain unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoUpdated notes about the contact
emailsNoUpdated email addresses (replaces all existing emails)
phonesNoUpdated phone numbers (replaces all existing phones)
prefixNoUpdated name prefix (e.g. Mr, Ms, Dr)
suffixNoUpdated name suffix (e.g. Jr, III)
companyNoUpdated company/organization name
jobTitleNoUpdated job title
lastNameNoUpdated last/family name
contactIdYesThe contact ID to update (from search_contacts or get_contact)
firstNameNoUpdated first/given name
Behavior4/5

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

No annotations are provided, so the description must carry the transparency burden. It clearly discloses the key behavioral trait of partial update ('Only the fields you provide will be updated; other fields remain unchanged'), which is essential for safe invocation. It does not mention permissions or error handling, but the core non-destructive nature is well communicated.

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 exceptionally concise, front-loaded with the action, and every word adds value. It conveys both the purpose and the crucial partial-update behavior in just two short sentences, with no redundancy or filler.

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 tool with 10 parameters but no output schema, the description plus the fully documented schema provide enough information for an agent to invoke it correctly. The partial-update semantics are the most important contextual detail and are clearly stated. Minor gaps include no mention of return value or not-found error behavior, but these do not impede correct invocation.

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 description coverage is 100%, providing full parameter documentation and a baseline of 3. The description adds value by explaining that only provided fields are updated, which clarifies that all optional parameters are patch-style. This semantic context goes beyond simply listing parameters.

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 'Update an existing contact's information' with a specific verb and resource, unambiguously distinguishing it from sibling tools like create_contact, get_contact, and delete_contact. The term 'existing' also sets it apart as a modification operation.

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 usage when the agent needs to modify an existing contact, but it does not explicitly state when to use this tool versus create_contact or get_contact, nor does it provide exclusions or alternatives. The word 'existing' hints at prerequisites but lacks explicit guidance.

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/Jordonh18/fastmail-mcp-server'

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