Todo List MCP Server
by RegiByte
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create-todo | Create a new todo item |
list-todos | List all todos |
get-todo | Get a specific todo by ID |
update-todo | Update a todo title or description |
complete-todo | Mark a todo as completed |
delete-todo | Delete a todo |
search-todos-by-title | Search todos by title (case insensitive partial match) |
search-todos-by-date | Search todos by creation date (format: YYYY-MM-DD) |
list-active-todos | List all non-completed todos |
summarize-active-todos | Generate a summary of all active (non-completed) todos |