getTaskLists
Fetch organized task lists from the Godspeed application via API. Manage and access task data efficiently within the godspeed-mcp server environment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"random_string": {
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}