Skip to main content
Feedback

Twist MCP connector

Twist is a team communication platform for organized, focused conversations through channels, threads, and direct messages. The Twist MCP connector allows AI agents to manage workspaces and users, create and organize channels, and start or participate in threaded conversations. It also supports archiving and unarchiving channels, retrieving workspace details, and managing direct message interactions across teams.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Twist MCP connector to perform the following actions:

  • Organize team discussions into channels and threads for focused communication
  • Create channels for projects, teams, or topics to centralize conversations
  • Post messages and comments to keep team members informed and aligned
  • Retrieve conversation history to audit communications and track decisions
  • Manage channel membership and archive inactive channels to reduce clutter
  • Send direct messages to individuals or groups for private discussions
  • Sync Twist conversations with other business tools to maintain unified records

Example prompts

Use the following example prompts to invoke Twist MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new Twist channel called marketing-campaign for our Q4 launch.
  • Show me all active channels in Twist and their member counts.
  • Post a message to the engineering channel in Twist announcing the code freeze.
  • List all threads in the product-feedback Twist channel from the past week.
  • Archive the old-projects channel in Twist since we finished that work.
  • Get all direct messages in Twist between me and the sales team.
  • Create a thread in Twist to discuss the new design proposal with feedback.
  • Update my message in the announcements Twist channel to correct the deadline.
  • Find all comments on the budget discussion thread in Twist.
  • Show me which users are members of the leadership Twist workspace.

Twist MCP connector tools

The Twist MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getWorkspacesRetrieves all workspaces available to the authenticated user.
getWorkspaceUsersRetrieves all users within a specified workspace.
createChannelCreates a new channel in a workspace.
listChannelsRetrieves all channels in a specified workspace.
getChannelRetrieves details about a specific channel.
updateChannelUpdates settings and information for a specific channel.
deleteChannelPermanently removes a specified channel.
archiveChannelArchives a channel to hide it from active view.
unarchiveChannelRestores an archived channel to active view.
createThreadCreates a new discussion thread in a channel.
listThreadsRetrieves all threads within a specified channel.
getThreadRetrieves details about a specific thread.
updateThreadUpdates the title or content of a specific thread.
deleteThreadPermanently removes a specified thread.
createCommentAdds a new comment to a specific thread.
listCommentsRetrieves all comments within a specified thread.
getCommentRetrieves details about a specific comment.
updateCommentModifies the content of a specific comment.
deleteCommentPermanently removes a specified comment.
getConversationsRetrieves all direct message conversations.
createConversationMessageSends a new message in a direct conversation.
listConversationMessagesRetrieves all messages in a specified conversation.
getConversationMessageRetrieves details about a specific conversation message.
updateConversationMessageModifies the content of a specific conversation message.
deleteConversationMessagePermanently removes a specified conversation message.
getGroupsRetrieves all groups within a workspace.
On this Page