unmuteUser
Enable interaction with a muted Twitter user by unmuting their account. Provide the user ID or username to restore their content to your feed using the Twitter MCP Server.
Instructions
Unmute a previously muted user account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | No | The ID of the user to unmute | |
username | No | The username of the user to unmute (alternative to userId) |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "The ID of the user to unmute",
"type": "string"
},
"username": {
"description": "The username of the user to unmute (alternative to userId)",
"type": "string"
}
},
"required": [],
"type": "object"
}