Skip to main content
Glama
lanternrow

namecheap-api-mcp

by lanternrow

get_email_forwarding

Retrieve email forwarding settings for a domain, showing how each mailbox is forwarded to another address.

Instructions

Get email forwarding settings (mailbox → forward-to) for a domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesFull domain name, e.g. example.com
Behavior2/5

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

No annotations are provided, so the description carries the burden of disclosing behavioral traits. It only states 'Get' which implies a read operation, but no details on data sensitivity, rate limits, response structure, or error scenarios are given. The description adds little value beyond the name.

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 that is front-loaded with the action and resource. No unnecessary words or structural issues.

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 (one required parameter, no output schema), the description is adequate for basic use. However, it does not mention the output format or potential pitfalls, but for a minimal get operation, it is reasonably complete.

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% with the parameter 'domain' described as 'Full domain name, e.g. example.com'. The tool description does not add extra meaning beyond what the schema already provides. 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 clearly states the verb 'Get', the resource 'email forwarding settings', and the context 'for a domain'. It distinguishes from sibling tools like 'set_email_forwarding' and other domain info tools by focusing on retrieval of a specific setting.

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?

No explicit when-to-use or when-not-to-use guidance is provided. While the name and context imply it's for retrieving forwarding settings, there is no mention of alternatives or preconditions. The sibling tools list provides some context but the description itself is minimal.

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/lanternrow/namecheap-api-mcp'

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