agent-todo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| prompts | {} |
| resources | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_todoA | Create a new TODO item with optional metadata. IMPORTANT: Before creating your first TODO, call list_projects to check existing workspaces, then call switch_project to set up your project workspace. |
| list_todosB | List TODOs with optional filtering and sorting |
| update_todoB | Update an existing TODO item |
| delete_todoA | Delete a TODO item |
| get_todoA | Get detailed information about a specific TODO |
| search_todosA | Search TODOs by title, description, or metadata |
| generate_reportC | Generate a comprehensive progress report |
| get_statsB | Get quick statistics about TODOs |
| get_project_infoB | Get current project workspace information |
| switch_projectA | Switch to a different project workspace or create a new one. IMPORTANT: You must call this tool to set up a project before creating any TODOs. Recommendation: Call list_projects first to see existing workspaces and avoid creating duplicates. Each project isolates its TODO data completely. |
| list_projectsA | List all available project workspaces. RECOMMENDED: Call this first to see existing projects before creating new ones with switch_project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| daily-standup | Generate a daily standup summary based on current TODOs |
| sprint-planning | Create a sprint planning summary with TODO prioritization |
| project-review | Generate a comprehensive project review and analysis |
| todo-prioritization | Help prioritize TODOs based on urgency and importance |
| blocked-items-review | Review and analyze blocked items with suggested actions |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Current project summary | Summary of the current project with stats and recent activity |
| All TODOs in JSON format | Complete list of TODOs in JSON format |
| All TODOs in Markdown format | Complete list of TODOs formatted as Markdown |
| All TODOs in CSV format | Complete list of TODOs in CSV format for spreadsheet import |
| Project progress report | Comprehensive project progress report with metrics and analysis |
| Project metrics and analytics | Detailed project metrics and analytics in JSON format |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/w04m1/agent-todo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server