godspeed-mcp

by AliNagy
Verified

listTasks

Input Schema

NameRequiredDescriptionDefault
list_idNo
statusNo
updated_afterNo
updated_beforeNo

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" }