Skip to main content
Glama
junxit

ForwardEmail MCP Server

by junxit

contact_update

Update contact information for an alias: edit full name, emails, phone numbers, addresses, or raw vCard data via CardDAV.

Instructions

Update a contact for an alias (CardDAV). Requires alias credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailsNoList of {value, type} email objects
contentNoRaw vCard content
is_groupNoWhether the contact represents a group
addressesNoList of address objects
full_nameNoContact full name
contact_idYesContact ID
phone_numbersNoList of {value, type} phone objects
alias_passwordYesAlias password from the alias_generate_password tool
alias_usernameYesFull alias email used as the auth username (e.g. me@example.com)
Behavior2/5

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

With no annotations, the description carries the full burden. It only discloses the credential requirement and CardDAV protocol, but fails to mention whether the update is partial or full replacement, side effects, or return behavior. This is a significant gap for a mutation tool.

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 concise sentences, front-loaded with purpose and followed by the key prerequisite. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters, an output schema is absent, and no annotations are provided, the description is too minimal. It does not explain how updates are applied (e.g., field merging) or what the response contains, leaving the agent uncertain about behavior.

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 coverage is 100%, so the baseline is 3. The description adds minimal context (alias, CardDAV) but does not explain parameter semantics beyond what the schema already provides.

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 states a specific verb ('Update'), resource ('contact'), and scope ('for an alias (CardDAV)'). This clearly distinguishes it from sibling tools like contact_create, contact_delete, and alias_update.

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?

The description provides clear context by indicating this tool operates on contacts within an alias and requires alias credentials. It does not explicitly mention alternatives or exclusions, but the context is sufficient to infer appropriate use.

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/junxit/mcp-forwardemail'

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