X (Twitter) MCP server

get_user_profile

Retrieve comprehensive profile details for a specific user on X (Twitter) by providing their user ID. This tool simplifies access to user information for analysis or integration purposes.

Instructions

Get detailed profile information for a user

Input Schema

NameRequiredDescriptionDefault
user_idYes

Input Schema (JSON Schema)

{ "properties": { "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "get_user_profileArguments", "type": "object" }
ID: 7w9byzj3wm