Skip to main content
Glama

Twitter MCP Server

MIT License
108
195
  • Apple

search_tweets

Search tweets on Twitter by specifying a query and the number of results (10-100) to retrieve relevant content efficiently using the Twitter MCP Server.

Instructions

Search for tweets on Twitter

Input Schema

NameRequiredDescriptionDefault
countYesNumber of tweets to return (10-100)
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of tweets to return (10-100)", "maximum": 100, "minimum": 10, "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query", "count" ], "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/EnesCinr/twitter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server