KosmoKrator

communication

Zoho Mail MCP, CLI, and Lua Integration for AI Agents

Zoho Mail integration docs for AI agents: MCP gateway setup, Zoho Mail CLI commands, Lua API reference, credentials, and function schemas.

6 functions 5 read 1 write Manual OAuth token auth

Zoho Mail for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
zoho-mail
route_slug
zoho-mail
package
zoho-mail
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Zoho Mail MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Zoho Mail.

Zoho Mail CLI Matrix

Use these pages for direct Zoho Mail CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
zoho-mail.zohomail_list_messages Read read 5 List email messages in a Zoho Mail folder. Returns message summaries including sender, subject, and date.
zoho-mail.zohomail_get_message Read read 2 Get a single email message from Zoho Mail by ID. Returns full message content, headers, and attachment info.
zoho-mail.zohomail_send_message Write write 8 Send a new email message via Zoho Mail. Supports to, cc, bcc, subject, and HTML or plain text content.
zoho-mail.zohomail_list_folders Read read 1 List all email folders in a Zoho Mail account, including Inbox, Sent, Drafts, Trash, and custom folders.
zoho-mail.zohomail_list_tasks Read read 3 List tasks from Zoho Mail. Returns task details including title, status, due date, and priority.
zoho-mail.zohomail_get_current_user Read read 0 Get the current user's Zoho Mail account information. Returns account IDs needed for other Zoho Mail operations.