Twist MCP Server

by mikemc

twist_threads_move_to_channel

Move a thread from its current location to a specified channel in Twist workspaces. Useful for organizing discussions and improving workflow efficiency.

Instructions

Moves the thread to a different channel.

Args: id: The id of the thread to_channel: The target channel's id

Input Schema

NameRequiredDescriptionDefault
idYes
to_channelYes

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "integer" }, "to_channel": { "title": "To Channel", "type": "integer" } }, "required": [ "id", "to_channel" ], "title": "twist_threads_move_to_channelArguments", "type": "object" }
ID: a1cy0o9qbz