Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
prompts
{}
resources
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
daily-standupGenerate a daily standup summary based on current TODOs
sprint-planningCreate a sprint planning summary with TODO prioritization
project-reviewGenerate a comprehensive project review and analysis
todo-prioritizationHelp prioritize TODOs based on urgency and importance
blocked-items-reviewReview and analyze blocked items with suggested actions

Resources

Contextual data attached and managed by the client

NameDescription
Current project summarySummary of the current project with stats and recent activity
All TODOs in JSON formatComplete list of TODOs in JSON format
All TODOs in Markdown formatComplete list of TODOs formatted as Markdown
All TODOs in CSV formatComplete list of TODOs in CSV format for spreadsheet import
Project progress reportComprehensive project progress report with metrics and analysis
Project metrics and analyticsDetailed project metrics and analytics in JSON format

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/w04m1/agent-todo-mcp'

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