Skip to main content
Glama

Twitter MCP Server

searchTweets

Search for tweets on Twitter by specifying a query string, maximum results, and tweet fields to retrieve. Retrieve relevant tweets efficiently for analysis or interaction.

Instructions

Search for tweets using a query string

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return
queryYesThe search query
tweetFieldsNoFields to include in the tweet objects

Input Schema (JSON Schema)

{ "properties": { "maxResults": { "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "The search query", "type": "string" }, "tweetFields": { "description": "Fields to include in the tweet objects", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "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