Skip to main content
Glama

update-task-complete

Mark Sunsama tasks as complete with optional timestamp to track task completion and maintain updated task status.

Instructions

Mark a task as complete with optional completion timestamp

Input Schema

NameRequiredDescriptionDefault
completeOnNoCompletion timestamp (ISO format). Defaults to current time
limitResponsePayloadNoWhether to limit the response payload size
taskIdYesThe ID of the task to mark as complete

Input Schema (JSON Schema)

{ "properties": { "completeOn": { "description": "Completion timestamp (ISO format). Defaults to current time", "type": "string" }, "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "taskId": { "description": "The ID of the task to mark as complete", "minLength": 1, "type": "string" } }, "required": [ "taskId" ], "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