KosmoKrator

productivity

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.

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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
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.
zoho-mail.zohomail_get_account Read read 1 Get details for a specific Zoho Mail account.
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_search_messages Read read 2 Search messages in a Zoho Mail account using official search parameters.
zoho-mail.zohomail_get_message Read read 4 Get a single email message from Zoho Mail by ID. Returns full message content, headers, and attachment info.
zoho-mail.zohomail_get_message_details Read read 0 Get metadata details for a Zoho Mail message.
zoho-mail.zohomail_get_message_headers Read read 3 Get email headers for a Zoho Mail message.
zoho-mail.zohomail_get_original_message Read read 2 Get the original MIME representation of a Zoho Mail message.
zoho-mail.zohomail_get_attachment_info Read read 3 Get attachment metadata for a Zoho Mail message.
zoho-mail.zohomail_get_attachment_content Read read 4 Get attachment content for a Zoho Mail message.
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_reply_message Write write 3 Reply to an existing Zoho Mail message.
zoho-mail.zohomail_update_messages Write write 2 Update messages with an official Zoho Mail updatemessage payload, including read/unread, move, flag, labels, archive, or spam modes.
zoho-mail.zohomail_delete_message Write write 3 Delete a Zoho Mail message by account, folder, and message ID.
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_get_folder Read read 2 Get one Zoho Mail folder by ID.
zoho-mail.zohomail_create_folder Write write 2 Create a Zoho Mail folder.
zoho-mail.zohomail_update_folder Write write 3 Update, rename, move, empty, or toggle IMAP for a Zoho Mail folder.
zoho-mail.zohomail_delete_folder Write write 2 Delete a Zoho Mail folder by ID.
zoho-mail.zohomail_list_labels Read read 1 List labels for a Zoho Mail account.
zoho-mail.zohomail_get_label Read read 2 Get a Zoho Mail label by ID.
zoho-mail.zohomail_create_label Write write 2 Create a Zoho Mail label.
zoho-mail.zohomail_update_label Write write 3 Update a Zoho Mail label.
zoho-mail.zohomail_delete_label Write write 2 Delete a Zoho Mail label.
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_api_get Read read 2 Call a safe relative Zoho Mail API path with GET.
zoho-mail.zohomail_api_post Write write 3 Call a safe relative Zoho Mail API path with POST.
zoho-mail.zohomail_api_put Write write 3 Call a safe relative Zoho Mail API path with PUT.
zoho-mail.zohomail_api_delete Write write 2 Call a safe relative Zoho Mail API path with DELETE.