Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

get_export_scenario

Retrieve step-by-step instructions for exporting Zapmail data to third-party platforms like Reachinbox, including specific mailboxes, domains, or manual CSV exports.

Instructions

Get step-by-step instructions for specific export scenarios.

Input Schema

NameRequiredDescriptionDefault
customParamsNoCustom parameters to include in the instructions
scenarioYesExport scenario to get instructions for

Input Schema (JSON Schema)

{ "properties": { "customParams": { "additionalProperties": true, "description": "Custom parameters to include in the instructions", "type": "object" }, "scenario": { "description": "Export scenario to get instructions for", "enum": [ "exportAllToReachinbox", "exportSpecificMailboxes", "exportByDomain", "manualCSVExport" ], "type": "string" } }, "required": [ "scenario" ], "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