Skip to main content
Glama

Twitter MCP Server

getTweetById

Retrieve specific tweet details using its unique ID from the Twitter MCP Server. Includes options to specify desired fields in the returned tweet object.

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" }

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