Skip to main content
Glama

updateTask

Modify task details in Godspeed MCP server, including labels, due dates, status, notes, and metadata, using the task ID for precise updates.

Input Schema

NameRequiredDescriptionDefault
add_label_idsNo
add_label_namesNo
due_atNo
duration_minutesNo
idYes
is_clearedNo
is_completeNo
metadataNo
notesNo
remove_label_idsNo
remove_label_namesNo
snoozed_untilNo
starts_atNo
timeless_due_atNo
timeless_snoozed_untilNo
timeless_starts_atNo
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "add_label_ids": { "items": { "type": "string" }, "type": "array" }, "add_label_names": { "items": { "type": "string" }, "type": "array" }, "due_at": { "format": "date-time", "type": "string" }, "duration_minutes": { "minimum": 0, "type": "integer" }, "id": { "type": "string" }, "is_cleared": { "type": "boolean" }, "is_complete": { "type": "boolean" }, "metadata": { "additionalProperties": {}, "type": "object" }, "notes": { "type": "string" }, "remove_label_ids": { "items": { "type": "string" }, "type": "array" }, "remove_label_names": { "items": { "type": "string" }, "type": "array" }, "snoozed_until": { "format": "date-time", "type": "string" }, "starts_at": { "format": "date-time", "type": "string" }, "timeless_due_at": { "type": "string" }, "timeless_snoozed_until": { "type": "string" }, "timeless_starts_at": { "type": "string" }, "title": { "type": "string" } }, "required": [ "id" ], "type": "object" }

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