Twitter MCP Server

unfollowUser

Unfollow a user by their username

Input Schema

NameRequiredDescriptionDefault
usernameYesThe username of the user to unfollow

Input Schema (JSON Schema)

{ "properties": { "username": { "description": "The username of the user to unfollow", "type": "string" } }, "required": [ "username" ], "type": "object" }