Skip to main content
Glama

Twitter MCP Server

getTweetsByIds

Retrieve multiple tweets by specifying their unique IDs, including optional fields like author details and engagement metrics, through the Twitter MCP Server.

Instructions

Get multiple tweets by their IDs

Input Schema

NameRequiredDescriptionDefault
tweetFieldsNoAdditional tweet fields to include in the response
tweetIdsYesArray of tweet IDs to fetch

Input Schema (JSON Schema)

{ "properties": { "tweetFields": { "description": "Additional tweet fields to include in the response", "items": { "enum": [ "created_at", "author_id", "conversation_id", "public_metrics", "entities", "context_annotations" ], "type": "string" }, "type": "array" }, "tweetIds": { "description": "Array of tweet IDs to fetch", "items": { "type": "string" }, "maxItems": 100, "type": "array" } }, "required": [ "tweetIds" ], "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