Skip to main content
Glama

Zapmail MCP Server

by dsouzaalan

search_mailboxes

Find mailboxes by name, username, domain, or status to manage and organize email accounts efficiently.

Instructions

Search for mailboxes using various criteria like name, username, domain, or status.

Input Schema

NameRequiredDescriptionDefault
domainNoFilter by domain
firstNameNoFilter by first name
lastNameNoFilter by last name
serviceProviderNoService provider override
statusNoFilter by status
usernameNoFilter by username
workspaceKeyNoWorkspace key override

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Filter by domain", "type": "string" }, "firstName": { "description": "Filter by first name", "type": "string" }, "lastName": { "description": "Filter by last name", "type": "string" }, "serviceProvider": { "description": "Service provider override", "enum": [ "GOOGLE", "MICROSOFT" ], "type": "string" }, "status": { "description": "Filter by status", "enum": [ "ACTIVE", "INACTIVE", "EXPIRED" ], "type": "string" }, "username": { "description": "Filter by username", "type": "string" }, "workspaceKey": { "description": "Workspace key override", "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