Twitter MCP Server

getUserInfo

Retrieve detailed Twitter user information, including profile data, by providing their username. Useful for user analysis and integration with the Twitter MCP Server.

Instructions

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" }
ID: qlfiuj6xn6