Skip to main content
Glama

update-task-stream

Change which stream or channel a task is assigned to in Sunsama. Use this tool to reorganize tasks by moving them between different project streams.

Instructions

Update the stream/channel assignment for a task

Input Schema

NameRequiredDescriptionDefault
limitResponsePayloadNoWhether to limit the response payload size
streamIdYesStream ID to assign to the task
taskIdYesThe ID of the task to update stream assignment for

Input Schema (JSON Schema)

{ "properties": { "limitResponsePayload": { "description": "Whether to limit the response payload size", "type": "boolean" }, "streamId": { "description": "Stream ID to assign to the task", "minLength": 1, "type": "string" }, "taskId": { "description": "The ID of the task to update stream assignment for", "minLength": 1, "type": "string" } }, "required": [ "taskId", "streamId" ], "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