Twist MCP Server

by mikemc

twist_inbox_archive_all

Archives all threads in a Twist workspace based on a specified timestamp, helping you manage and clean up your inbox efficiently.

Instructions

Archives all threads in a workspace.

Args: older_than_ts: Only archives threads that are the same or older than this timestamp

Input Schema

NameRequiredDescriptionDefault
older_than_tsNo

Input Schema (JSON Schema)

{ "properties": { "older_than_ts": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Older Than Ts" } }, "title": "twist_inbox_archive_allArguments", "type": "object" }
ID: a1cy0o9qbz