Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

validate_export_request

Check export request parameters for errors before processing to ensure valid inputs for third-party app exports from Zapmail.

Instructions

Validate export request parameters before execution to prevent errors.

Input Schema

NameRequiredDescriptionDefault
appNoThird-party app name
appsNoApps to export to
containsNoFilter mailboxes containing this text
emailNoThird-party account email
idsNoSpecific mailbox IDs to export
passwordNoThird-party account password
statusNoFilter by mailbox status

Input Schema (JSON Schema)

{ "properties": { "app": { "description": "Third-party app name", "type": "string" }, "apps": { "description": "Apps to export to", "items": { "type": "string" }, "type": "array" }, "contains": { "description": "Filter mailboxes containing this text", "type": "string" }, "email": { "description": "Third-party account email", "type": "string" }, "ids": { "description": "Specific mailbox IDs to export", "items": { "type": "string" }, "type": "array" }, "password": { "description": "Third-party account password", "type": "string" }, "status": { "description": "Filter by mailbox status", "type": "string" } }, "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