Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

call_endpoint

Invoke Zapmail API endpoints using documentation slugs or explicit paths to manage domains, mailboxes, and export data to third-party platforms with HTTP method and parameter support.

Instructions

Invoke any Zapmail API endpoint by its documentation slug or an explicit path.

Input Schema

NameRequiredDescriptionDefault
bodyNoJSON body for POST/PUT/PATCH.
methodNoHTTP method override.
pathNoAbsolute API path override.
pathParamsNoValues for path variables.
queryNoQuery parameters.
serviceProviderNoOverride service provider for this call.
slugNoDocumentation slug (filename without .md).
workspaceKeyNoOverride workspace key for this call.

Input Schema (JSON Schema)

{ "properties": { "body": { "additionalProperties": {}, "description": "JSON body for POST/PUT/PATCH.", "type": "object" }, "method": { "description": "HTTP method override.", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH" ], "type": "string" }, "path": { "description": "Absolute API path override.", "type": "string" }, "pathParams": { "additionalProperties": {}, "description": "Values for path variables.", "type": "object" }, "query": { "additionalProperties": {}, "description": "Query parameters.", "type": "object" }, "serviceProvider": { "description": "Override service provider for this call.", "enum": [ "GOOGLE", "MICROSOFT" ], "type": "string" }, "slug": { "description": "Documentation slug (filename without .md).", "type": "string" }, "workspaceKey": { "description": "Override workspace key for this call.", "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