Skip to main content
Glama

Twitter MCP Server

unmuteUser

Unmute a muted Twitter user by providing their user ID or username, restoring visibility of their tweets on your timeline. Part of the Twitter MCP Server's interactive tools.

Instructions

Unmute a previously muted user account

Input Schema

NameRequiredDescriptionDefault
userIdNoThe ID of the user to unmute
usernameNoThe 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server