Skip to main content
Glama

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" }

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/mikemc/twist-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server