Twitter MCP Server

getUserInfo

Get information about a Twitter user

Input Schema

NameRequiredDescriptionDefault
usernameYesThe username of the user

Input Schema (JSON Schema)

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