Skip to main content
Glama

Twitter MCP Server

findMutualConnections

Identify mutual connections and interactions between two Twitter users. Input two usernames to analyze shared interactions, with an option to set the maximum results (5-50).

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