X (Twitter) MCP server

get_user_followers_you_know

Identify shared followers between users on X (Twitter) by providing a user ID, count, and cursor parameters to retrieve overlapping connections.

Instructions

Retrieves a list of common followers

Input Schema

NameRequiredDescriptionDefault
countNo
cursorNo
user_idYes

Input Schema (JSON Schema)

{ "properties": { "count": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 100, "title": "Count" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "get_user_followers_you_knowArguments", "type": "object" }
ID: 7w9byzj3wm