twist_inbox_archive
Archive specific threads in Twist workspaces by providing the thread ID. Use this tool to declutter and organize your Twist inbox efficiently.
Instructions
Archives a thread.
Args: id: The ID of the thread to archive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "twist_inbox_archiveArguments",
"type": "object"
}