godspeed-mcp

by AliNagy
Verified

getTaskLists

Input Schema

NameRequiredDescriptionDefault
random_stringYes

Input Schema (JSON Schema)

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