inbox-to-action-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_CHAT_ID | No | Optional: Telegram chat id | |
| TODOIST_API_TOKEN | No | Optional: push extracted tasks to Todoist | |
| TELEGRAM_BOT_TOKEN | No | Optional: Telegram bot token for run summaries |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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