Skip to main content
Glama

godspeed-mcp

listTasks

Retrieve tasks from the Godspeed task application based on specific criteria such as list ID, status, or update timestamps. Integrate with the godspeed-mcp server to manage task data efficiently.

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

You must be authenticated.

Other Tools from godspeed-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AliNagy/godspeed-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server