Twist MCP Server

by mikemc

twist_threads_mark_all_read

Mark all threads as read in a Twist workspace or channel to clear unread notifications and maintain organized communication. Specify workspace or channel ID for targeted action.

Instructions

Marks all threads in the workspace or channel as read.

Args: workspace_id: The id of the workspace channel_id: The id of the channel

Input Schema

NameRequiredDescriptionDefault
channel_idNo
workspace_idNo

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Channel Id" }, "workspace_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Workspace Id" } }, "title": "twist_threads_mark_all_readArguments", "type": "object" }
ID: a1cy0o9qbz