X (Twitter) MCP server

get_user_by_id

Retrieve user details by providing a specific user ID on the X (Twitter) MCP server for targeted data access.

Instructions

Fetches a user by ID

Input Schema

NameRequiredDescriptionDefault
user_idYes

Input Schema (JSON Schema)

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