Skip to main content
Glama

Twitter MCP Server

getRetweets

Retrieve a list of retweets for a specific tweet, including optional user details like profile image and metrics, using the Twitter MCP Server API.

Instructions

Get a list of retweets of a tweet

Input Schema

NameRequiredDescriptionDefault
maxResultsNoThe maximum number of results to return (default: 100, max: 100)
tweetIdYesThe ID of the tweet to get retweets for
userFieldsNoAdditional user fields to include in the response

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "The maximum number of results to return (default: 100, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "tweetId": { "description": "The ID of the tweet to get retweets for", "type": "string" }, "userFields": { "description": "Additional user fields to include in the response", "items": { "enum": [ "description", "profile_image_url", "public_metrics", "verified" ], "type": "string" }, "type": "array" } }, "required": [ "tweetId" ], "type": "object" }

You must be authenticated.

Other Tools from Twitter MCP Server

Related Tools

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