Skip to main content
Glama

ClaudePost

by ZilongXue

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMTP_PORTYesSMTP server port (e.g., 587 for Gmail)
IMAP_SERVERYesIMAP server address (e.g., imap.gmail.com for Gmail)
SMTP_SERVERYesSMTP server address (e.g., smtp.gmail.com for Gmail)
EMAIL_ADDRESSYesYour email address (e.g., your.email@gmail.com)
EMAIL_PASSWORDYesYour app-specific password (not your main account password)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search-emails

Search emails within a date range and/or with specific keywords

get-email-content

Get the full content of a specific email by its ID

count-daily-emails

Count emails received for each day in a date range

send-email

CONFIRMATION STEP: Actually send the email after user confirms the details. Before calling this, first show the email details to the user for confirmation. Required fields: recipients (to), subject, and content. Optional: CC recipients.

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/ZilongXue/claude-post'

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