Skip to main content
Glama
junxit

ForwardEmail MCP Server

by junxit

calendar_create

Create a CalDAV calendar for an email alias using alias credentials. Configure name, timezone, color, and other settings in one step.

Instructions

Create a calendar for an alias (CalDAV). Requires alias credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCalendar name
colorNoCalendar color (hex)
orderNoSort order
timezoneNoCalendar timezone
calendar_idNoCustom calendar id
descriptionNoCalendar description
alias_passwordYesAlias password from the alias_generate_password tool
alias_usernameYesFull alias email used as the auth username (e.g. me@example.com)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context about auth requirements and the CalDAV protocol, but doesn't disclose other traits such as return values, error behavior, or idempotency. This leaves significant behavioral aspects undocumented.

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, front-loaded sentence that communicates the core purpose and a key prerequisite with zero wasted words. It is appropriately sized for the tool's simplicity.

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

Completeness3/5

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

Given the tool has 8 parameters and no output schema, the description is minimal. It omits any mention of return values or expected response format, and doesn't clarify whether the optional parameters affect behavior. The schema covers parameter meanings, but the description doesn't fill the gap for post-creation behavior or outcomes.

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%, with every parameter having a description. The tool description adds no extra parameter details beyond what the schema already provides, so the baseline of 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 ('Create') with a clear resource ('calendar'), target ('alias'), and protocol ('CalDAV'). This distinguishes it from sibling tools like calendar_get, calendar_update, and calendar_delete, making the tool's purpose unambiguous.

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 phrase 'for an alias' provides context on the intended scope, and 'Requires alias credentials' identifies a prerequisite. However, it doesn't explicitly state when to use this versus alternatives (e.g., calendar_update) or mention any exclusions, so usage guidance is implied rather than directly stated.

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