Skip to main content
Glama

update-task-planned-time

Modify the time estimate for a Sunsama task by specifying minutes or clear the estimate to improve time management and planning accuracy.

Instructions

Update the planned time (time estimate) for a task

Input Schema

NameRequiredDescriptionDefault
limitResponsePayloadNoWhether to limit the response payload size
taskIdYesThe ID of the task to update planned time for
timeEstimateMinutesYesTime estimate in minutes (use 0 to clear the time estimate)

Input Schema (JSON Schema)

{ "properties": { "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "taskId": { "description": "The ID of the task to update planned time for", "minLength": 1, "type": "string" }, "timeEstimateMinutes": { "description": "Time estimate in minutes (use 0 to clear the time estimate)", "minimum": 0, "type": "integer" } }, "required": [ "taskId", "timeEstimateMinutes" ], "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