Twist MCP Server

by mikemc

twist_threads_mark_unread

Mark a thread as unread in Twist by specifying the thread ID and index of the last unread message. Use this tool to reset thread visibility in your Twist workspace.

Instructions

Marks the thread as being unread.

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_unreadArguments", "type": "object" }
ID: a1cy0o9qbz