Skip to main content
Glama

search_tweets

Search for tweets on X (Twitter) using specific queries and retrieve up to 100 results. Ideal for gathering tweet data or monitoring conversations on the platform.

Instructions

Search for tweets using a query

Input Schema

NameRequiredDescriptionDefault
countNoNumber of tweets to retrieve (max 100)
queryYesSearch query for tweets

Input Schema (JSON Schema)

{ "properties": { "count": { "default": 10, "description": "Number of tweets to retrieve (max 100)", "type": "number" }, "query": { "description": "Search query for tweets", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from X 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/krishna-paulraj/x-mcp-server'

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