Skip to main content
Glama
jsilets

twscrape-twitter-mcp

by jsilets

search

Read-only

Find X (Twitter) posts using advanced operators like from:user, has:media, min_faves:100, and filter by Latest, Top, or Media. Returns matching posts as markdown.

Instructions

Search X and return matching posts as markdown.

product: "Latest" | "Top" | "Media". Supports X operators, e.g. from:user, to:user, has:media, -is:retweet, min_faves:100, since:2026-01-01.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
productNoLatest

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description is not burdened with safety disclosure. It adds valuable behavioral detail: the return type (markdown), product filter options, and advanced query operator syntax, which go beyond the structured annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: the main function is stated in the first sentence, followed by a compact list of query options and examples. Every sentence earns its place, and no unnecessary filler exists.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, the description does not need to explain return value structure. It provides enough operational guidance for a search tool with moderate complexity, including product choices and query syntax. It could mention pagination or limit behavior, but the schema and examples cover the essentials.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the tool description must compensate. It successfully clarifies the 'query' parameter through operator examples and explains the 'product' enum values. The 'limit' parameter is not mentioned, but its default, minimum, and maximum are already fully specified in the schema, so no additional semantics are needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search X') and the resource ('posts'), and specifies the output format ('as markdown'). This distinguishes it from sibling tools like read_tweet or user_timeline, which target specific tweets or timelines.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete usage context by listing product values and example X operators, making it clear how to construct queries. It does not explicitly state when not to use the tool or name alternative tools, but the sibling context makes the appropriate use apparent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jsilets/twscrape-twitter-mcp'

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