Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
godspeed-mcp
by
AliNagy
Verified
npm
GitHub
Developer Tools
TypeScript
MIT License
359
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
listTasks
Input Schema
Name
Required
Description
Default
list_id
No
status
No
updated_after
No
updated_before
No
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "list_id": { "type": "string" }, "status": { "enum": [ "incomplete", "complete" ], "type": "string" }, "updated_after": { "type": "string" }, "updated_before": { "type": "string" } }, "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
completeTask
uncompleteTask
getTaskLists
duplicateList
listTasks
getTask
createTask
updateTask
deleteTask
bulkCreateTask
createTaskList