Twist MCP Server

by mikemc

twist_threads_mark_unread_for_others

Mark threads as unread for others in Twist by specifying the thread ID and message index, helping teams stay aligned on important updates or discussions.

Instructions

Marks the thread as being unread for others.

Args: id: The id of the thread obj_index: The index of the last unread message. A value of -1 marks the whole thread as unread

Input Schema

NameRequiredDescriptionDefault
idYes
obj_indexYes

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "integer" }, "obj_index": { "title": "Obj Index", "type": "integer" } }, "required": [ "id", "obj_index" ], "title": "twist_threads_mark_unread_for_othersArguments", "type": "object" }
ID: a1cy0o9qbz