Skip to main content
Glama
ampcome-mcps

Zoho Mail MCP Server

by ampcome-mcps

add_catch_all_address

Set up a catch-all address for your domain to capture emails sent to undefined accounts, ensuring messages reach a designated inbox instead of bouncing.

Instructions

Add catch-all address for domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoidYes
domain_nameYes
catch_all_addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoResponse data
errorNoError message if any
successYesWhether the operation was successful
status_codeNoHTTP status code

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden, but it only states the intent to add. It fails to disclose behavioral implications of a catch-all: whether it changes routing for all unaddressed mail, whether it can replace an existing catch-all, whether the address must already exist as a mailbox, or whether domain verification is required.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence with the action verb front-loaded and zero wasted content. It earns a 4 rather than 5 because the brevity sacrifices information that a slightly longer phrasing could have absorbed without bloat.

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?

Despite an output schema existing (so return values need not be explained), the description is incomplete for a mutating email-routing tool with three undocumented parameters and no annotations. Missing context includes behavioral side effects, prerequisites, idempotency, and what distinguishes a valid catch-all setup.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate, but it only implicitly maps 'domain' to domain_name and 'catch-all address' to catch_all_address. The zoid parameter is entirely unexplained, and there is no hint about what format catch_all_address should take (e.g., existing mailbox vs. arbitrary address).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Add'), resource ('catch-all address'), and scope ('for domain'), which clearly conveys what the tool does and distinguishes it from siblings like delete_catch_all_address. It falls short of a 5 only because it states the bare action with no elaboration on what a catch-all address accomplishes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides zero guidance on when to use this tool, when not to, or how it relates to the closely-related sibling tools (delete_catch_all_address, add_domain_alias, verify_domain). An agent is given no context about prerequisites such as domain verification or when a catch-all is the right mail-routing strategy.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ampcome-mcps/zoho-mail-mcp'

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