twist_threads_unmute
Unmute a specific thread in Twist by providing its ID. This tool integrates with the Twist MCP Server to restore notifications for muted threads.
Instructions
Unmutes 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_unmuteArguments",
"type": "object"
}