Skip to main content
Glama

update-task-snooze-date

Reschedule tasks or move them to backlog by updating the snooze date with a new target date in YYYY-MM-DD format.

Instructions

Update task snooze date to reschedule tasks or move them to backlog

Input Schema

NameRequiredDescriptionDefault
limitResponsePayloadNoWhether to limit the response payload size
newDayYesTarget date in YYYY-MM-DD format
taskIdYesThe ID of the task to reschedule
timezoneNoTimezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone

Input Schema (JSON Schema)

{ "properties": { "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "newDay": { "description": "Target date in YYYY-MM-DD format", "format": "date", "type": "string" }, "taskId": { "description": "The ID of the task to reschedule", "minLength": 1, "type": "string" }, "timezone": { "description": "Timezone string (e.g., 'America/New_York'). If not provided, uses user's default timezone", "type": "string" } }, "required": [ "taskId", "newDay" ], "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