twist_threads_star
Star threads in Twist to highlight or prioritize them using a simple API call. Specify the thread ID to mark it as important for easy access and organization.
Instructions
Stars 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_starArguments",
"type": "object"
}