Skip to main content
Glama

get_inbox

Retrieve inbox details and list received emails to monitor incoming messages and extract verification codes for automated sign-up workflows.

Instructions

Get inbox details and list of received emails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inbox_idYesThe inbox ID

Implementation Reference

  • Implementation of the 'get_inbox' tool, which fetches details of a specific inbox using an inbox_id.
    server.tool(
      "get_inbox",
      "Get inbox details and list of received emails.",
      {
        inbox_id: z.string().describe("The inbox ID"),
      },
      async ({ inbox_id }) => {
        const result = await blipFetch(`/v1/inboxes/${inbox_id}`);
        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