twist_threads_pin
Pin threads in Twist workspaces using the Twist MCP Server. Specify the thread ID to ensure important conversations remain easily accessible and organized.
Instructions
Pins 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_pinArguments",
"type": "object"
}