Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

plan_and_execute

Process natural language instructions to plan and optionally execute domain management, mailbox operations, and third-party platform exports.

Instructions

Give a natural language instruction (e.g., 'buy 5 domains and connect Instantly') and the server will plan steps and optionally execute them.

Input Schema

NameRequiredDescriptionDefault
emailNoFor third-party connection (if needed).
executeNoExecute the plan (true) or just return a dry-run plan (false).
instructionYesNatural-language instruction.
passwordNoFor third-party connection (if needed).

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "For third-party connection (if needed).", "type": "string" }, "execute": { "default": false, "description": "Execute the plan (true) or just return a dry-run plan (false).", "type": "boolean" }, "instruction": { "description": "Natural-language instruction.", "type": "string" }, "password": { "description": "For third-party connection (if needed).", "type": "string" } }, "required": [ "instruction" ], "type": "object" }

Other Tools from Zapmail MCP Server

Related Tools

    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/dsouzaalan/zapmail-mcp'

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