Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Todo List MCP Server
by
RegiByte
Verified
GitHub
Note Taking
Knowledge & Memory
TypeScript
MIT License
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
get-todo
Get a specific todo by ID
Input Schema
Name
Required
Description
Default
id
Yes
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "format": "uuid", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
create-todo
list-todos
get-todo
update-todo
complete-todo
delete-todo
search-todos-by-title
search-todos-by-date
list-active-todos
summarize-active-todos