Skip to main content
Glama

search_twitterapi_docs

Search TwitterAPI.io documentation to find API endpoints, guides on pricing and rate limits, and blog posts using keywords or endpoint names.

Instructions

Search TwitterAPI.io documentation: API endpoints, guides (pricing, rate limits, filter rules), and blog posts.

USE THIS WHEN: You need to find information across the entire documentation. RETURNS: Ranked results with endpoint paths, descriptions, and relevance scores.

Examples:

  • "advanced search" → finds tweet search endpoints

  • "rate limit" → finds QPS limits and pricing info

  • "webhook" → finds webhook setup endpoints

  • "getUserInfo" → finds user info endpoints (supports camelCase)

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query (1-500 chars). Use English keywords like: 'search', 'user', 'tweet', 'webhook', 'pricing', 'rate limit'. Supports camelCase and underscore formats.
max_resultsNoNumber of results to return. Use higher values (15-20) for comprehensive research, lower values (3-5) for quick lookups.

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "description": "Number of results to return. Use higher values (15-20) for comprehensive research, lower values (3-5) for quick lookups.", "maximum": 20, "minimum": 1, "type": "integer" }, "query": { "description": "Search query (1-500 chars). Use English keywords like: 'search', 'user', 'tweet', 'webhook', 'pricing', 'rate limit'. Supports camelCase and underscore formats.", "maxLength": 500, "minLength": 1, "type": "string" } }, "required": [ "query" ], "type": "object" }

Latest Blog Posts

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/dorukardahan/twitterapi-docs-mcp'

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