Skip to main content
Glama

list_inboxes

Retrieve all active disposable email inboxes associated with your API key to manage email verification and communication tasks.

Instructions

List all active inboxes for the current API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 'list_inboxes' tool, which fetches data from the '/v1/inboxes' endpoint using the `blipFetch` helper function.
    server.tool(
      "list_inboxes",
      "List all active inboxes for the current API key.",
      {},
      async () => {
        const result = await blipFetch("/v1/inboxes");
        return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }] };
      }
    );

Latest Blog Posts

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/blipemail/blip'

If you have feedback or need assistance with the MCP directory API, please join our Discord server