Skip to main content
Glama

get_pop

Retrieve POP3 configuration settings for Gmail accounts to enable email client setup and access.

Instructions

Gets POP settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The registration and inline handler for the 'get_pop' tool. It defines an empty input schema and a handler that uses the shared 'handleTool' wrapper to authenticate and call the Gmail API's users.settings.getPop method to retrieve POP settings, then formats the response.
    server.tool("get_pop", "Gets POP settings", {}, async () => { return handleTool(config, async (gmail: gmail_v1.Gmail) => { const { data } = await gmail.users.settings.getPop({ userId: 'me' }) return formatResponse(data) }) } )

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/faithk7/gmail-mcp'

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