twist_threads_unpin
Unpin a thread in Twist workspaces by specifying its ID. This tool allows users to manage their Twist inbox efficiently using the Twist REST API.
Instructions
Unpins a thread.
Args: id: The id of the thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "twist_threads_unpinArguments",
"type": "object"
}