Skip to main content
Glama

X Tools for Claude MCP

by 0xGval

searchTwitter

Search Twitter using natural language queries to find latest or top tweets, filter results, and format outputs for efficient analysis and insights.

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes
sectionNolatest

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "exclusiveMinimum": 0, "type": "integer" }, "query": { "minLength": 1, "type": "string" }, "section": { "default": "latest", "enum": [ "latest", "top" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from X Tools for Claude MCP

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/0xGval/twitter-X-mcp-server'

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