Skip to main content
Glama
farukkolip

xtapdown-mcp

build_x_search_url

Construct an X advanced search URL using filters like keywords, dates, engagement thresholds, and media type. Generate precise search links for targeted Twitter content discovery.

Instructions

Build an X (Twitter) advanced search URL from structured filters. Returns a clickable URL using X's official advanced search operators (from:, since:, until:, min_faves:, lang:, filter:media etc).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoPosts replying to a specific username (no @)
fromNoPosts from a specific username (no @)
langNoISO 639-1 language code (e.g. 'en', 'es', 'tr')
queryNoFree-text keywords (e.g. 'AI agents')
mentionsNoPosts mentioning a username (no @)
minFavesNoMinimum likes
sortModeNo'top' (relevance) or 'live' (recent)top
sinceDateNoYYYY-MM-DD lower bound (inclusive)
untilDateNoYYYY-MM-DD upper bound (inclusive)
minRepliesNoMinimum replies
mediaFilterNoMedia type filter
minRetweetsNoMinimum reposts
minBookmarksNoMinimum bookmarks (the strongest save signal in 2026)
verifiedOnlyNofilter:verified — verified accounts only
excludeRepliesNo-filter:replies — exclude replies
excludeRetweetsNo-filter:retweets — exclude reposts
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states that the URL uses X's advanced search operators but does not disclose any behavioral traits such as rate limits, authentication requirements, or error handling. Minimal information is given beyond the basic function.

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 only two sentences, front-loaded with the core purpose, and contains no extraneous information. Every sentence adds value.

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?

For a URL-building tool with 16 optional parameters and no output schema, the description covers the essential purpose and output. It could mention that the URL targets X's web UI or that parameters are encoded, but it is largely complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds minor context by mentioning specific operators like from:, since:, etc., but does not significantly enhance understanding beyond the schema's detailed parameter descriptions.

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 it builds an X advanced search URL from structured filters and returns a clickable URL. It specifies the resource (X search URL) and the action (build from filters), and no sibling tool performs the same function.

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

Usage Guidelines3/5

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

The description implies usage for converting structured filters into a search URL but does not explicitly state when to use this tool vs alternatives, nor does it mention when not to use it. Sibling tools include other X utilities but none are direct alternatives.

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/farukkolip/xtapdown-mcp'

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