Skip to main content
Glama

Twitter MCP Server

getTweetById

Retrieve specific tweet data by its unique ID from the Twitter MCP Server, enabling direct access to tweet details and selected fields for analysis or integration.

Instructions

Get a tweet by its ID

Input Schema

NameRequiredDescriptionDefault
tweetFieldsNoFields to include in the tweet object
tweetIdYesThe ID of the tweet

Input Schema (JSON Schema)

{ "properties": { "tweetFields": { "description": "Fields to include in the tweet object", "items": { "type": "string" }, "type": "array" }, "tweetId": { "description": "The ID of the tweet", "type": "string" } }, "required": [ "tweetId" ], "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