Skip to main content
Glama
ampcome-mcps

Zoho Mail MCP Server

by ampcome-mcps

set_default_dkim

Set a specific DKIM record as the default for your domain to ensure proper email authentication and delivery.

Instructions

Set DKIM detail as default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoidYes
dkim_idYes
domain_nameYes

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.4/5.0
Behavior2/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, but it only restates the operation. It does not explain whether the previous default is overwritten, whether multiple defaults are possible, whether the change is reversible, or what permissions are required.

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

Conciseness3/5

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

The text is maximally concise and has no filler, but it is under-specified: one short sentence does not earn its place for a tool with three required opaque parameters and no annotation support. It is compact rather than appropriately sized.

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?

For a mutating configuration tool with no annotations and minimal schema information, the description is incomplete. It does not say why 'default' matters, what zoid refers to, or what happens after the call, leaving an agent to guess at the contract.

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

Parameters1/5

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

Schema description coverage is 0% and the description does not explain any of the three required parameters. zoid is particularly opaque, and dkim_id/domain_name are only inferable from their names, not from the description.

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?

Description states a clear action—setting a DKIM detail as the default—which distinguishes it from sibling DKIM tools like add_dkim_details, verify_dkim_key, and delete_dkim_detail. It is slightly thin because it never defines the implications of 'default', but the verb and resource are specific enough for basic selection.

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?

No guidance is given on when to invoke this tool rather than add, verify, regenerate, or delete DKIM details. The intended use is implied by the operation name but never stated explicitly, and no alternatives or prerequisites are mentioned.

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