godspeed-mcp

by AliNagy
Verified

createTask

Create and manage tasks within Godspeed by specifying title, due date, duration, labels, and metadata. Simplifies task organization and tracking using structured input schema.

Input Schema

NameRequiredDescriptionDefault
due_atNo
duration_minutesNo
label_idsNo
label_namesNo
list_idNo
locationNo
metadataNo
notesNo
starts_atNo
timeless_due_atNo
timeless_starts_atNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "due_at": { "format": "date-time", "type": "string" }, "duration_minutes": { "minimum": 0, "type": "integer" }, "label_ids": { "items": { "type": "string" }, "type": "array" }, "label_names": { "items": { "type": "string" }, "type": "array" }, "list_id": { "type": "string" }, "location": { "enum": [ "start", "end" ], "type": "string" }, "metadata": { "additionalProperties": {}, "type": "object" }, "notes": { "type": "string" }, "starts_at": { "format": "date-time", "type": "string" }, "timeless_due_at": { "type": "string" }, "timeless_starts_at": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools from godspeed-mcp

Related Tools

ID: a5nf5wr6wf