godspeed-mcp

by AliNagy
Verified

createTaskList

Generate and manage task lists on the godspeed-mcp server by defining a name and optional list ID to organize tasks efficiently.

Input Schema

NameRequiredDescriptionDefault
empty_list_idNolist_98765zyxwvu43210
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "empty_list_id": { "default": "list_98765zyxwvu43210", "type": "string" }, "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from godspeed-mcp

Related Tools

ID: a5nf5wr6wf