Skip to main content
Glama

update-task-text

Modify task titles in Sunsama by providing the task ID and new text to update task descriptions and keep project information current.

Instructions

Update the text/title of a task

Input Schema

NameRequiredDescriptionDefault
limitResponsePayloadNoWhether to limit the response payload size
recommendedStreamIdNoRecommended stream ID (optional)
taskIdYesThe ID of the task to update
textYesThe new text/title for the task

Input Schema (JSON Schema)

{ "properties": { "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "recommendedStreamId": { "description": "Recommended stream ID (optional)", "type": [ "string", "null" ] }, "taskId": { "description": "The ID of the task to update", "minLength": 1, "type": "string" }, "text": { "description": "The new text/title for the task", "minLength": 1, "type": "string" } }, "required": [ "taskId", "text" ], "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