Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

generate_api_examples

Create practical API endpoint examples with custom parameters for Zapmail's workspace, domains, mailboxes, and other categories to facilitate integration and testing.

Instructions

Generate practical examples for API endpoint usage with custom parameters.

Input Schema

NameRequiredDescriptionDefault
categoryYesAPI category
customParamsNoCustom parameters to include in examples
endpointYesEndpoint name

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "API category", "enum": [ "workspace", "domains", "mailboxes", "wallet", "exports", "users", "billing", "subscriptions", "dns" ], "required": true, "type": "string" }, "customParams": { "additionalProperties": true, "description": "Custom parameters to include in examples", "type": "object" }, "endpoint": { "description": "Endpoint name", "required": true, "type": "string" } }, "required": [ "category", "endpoint" ], "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