Twist MCP Server

by mikemc

twist_threads_mark_read

Mark threads as read in Twist by specifying the thread ID and the index of the last read message, ensuring inbox organization and accurate message tracking.

Instructions

Marks the thread as being read.

Args: id: The id of the thread obj_index: The index of the last known read message

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