Skip to main content
Glama

Twitter MCP Server

findMutualConnections

Identify shared connections and interactions between two Twitter users by analyzing their mutual followers, retweets, and mentions. Use this tool to uncover common engagement patterns and relationships.

Instructions

Find mutual connections and interactions between two users

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum results to return (default: 20)
user1YesFirst username (without @)
user2YesSecond username (without @)

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum results to return (default: 20)", "maximum": 50, "minimum": 5, "type": "number" }, "user1": { "description": "First username (without @)", "type": "string" }, "user2": { "description": "Second username (without @)", "type": "string" } }, "required": [ "user1", "user2" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-twitter-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server