Skip to main content
Glama

update-task-due-date

Change the due date for a Sunsama task by providing the task ID and new date, or remove the due date entirely to clear the deadline.

Instructions

Update the due date for a task

Input Schema

NameRequiredDescriptionDefault
dueDateYesDue date in ISO format (YYYY-MM-DDTHH:mm:ssZ) or null to clear the due date
limitResponsePayloadNoWhether to limit the response payload size
taskIdYesThe ID of the task to update due date for

Input Schema (JSON Schema)

{ "properties": { "dueDate": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "null" } ], "description": "Due date in ISO format (YYYY-MM-DDTHH:mm:ssZ) or null to clear the due date" }, "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "taskId": { "description": "The ID of the task to update due date for", "minLength": 1, "type": "string" } }, "required": [ "taskId", "dueDate" ], "type": "object" }

Latest Blog Posts

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/robertn702/mcp-sunsama'

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