Skip to main content
Glama

Sunsama MCP Server

delete-task

Remove tasks permanently from your Sunsama workspace using task IDs to maintain organized workflows and eliminate completed or unnecessary items.

Instructions

Delete a task permanently

Input Schema

NameRequiredDescriptionDefault
limitResponsePayloadNoWhether to limit response size
taskIdYesThe ID of the task to delete
wasTaskMergedNoWhether the task was merged before deletion

Input Schema (JSON Schema)

{ "properties": { "limitResponsePayload": { "description": "Whether to limit response size", "type": "boolean" }, "taskId": { "description": "The ID of the task to delete", "minLength": 1, "type": "string" }, "wasTaskMerged": { "description": "Whether the task was merged before deletion", "type": "boolean" } }, "required": [ "taskId" ], "type": "object" }

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