Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_CHAT_IDNoOptional: Telegram chat id
TODOIST_API_TOKENNoOptional: push extracted tasks to Todoist
TELEGRAM_BOT_TOKENNoOptional: Telegram bot token for run summaries

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_emailsA

Fetch unread emails (JSON list). Use mock=True for the fixture demo.

Returns a JSON array of {id, sender, subject, body, thread_id, received}. Reason over these yourself: classify each, summarize long ones, extract tasks and draft replies for action_needed items, then call the IO tools.

save_gmail_draftC

Save a reply as a Gmail DRAFT (never sends). Returns the draft id.

append_tasksA

Append tasks to tasks.md. Each item: {text, deadline?}.

write_reportB

Write the final triage report markdown to disk.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/tarunlnmiit/inbox-to-action'

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