Skip to main content
Glama
tiovikram

X.com MCP Server

by tiovikram

searchAll

Search the full X.com post archive with Academic Research or Enterprise access to find posts by query, date range, and other filters.

Instructions

Search all posts (full archive - requires Academic Research or Enterprise access)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string
max_resultsNoMaximum number of results
next_tokenNoToken for next page of results
previous_tokenNoToken for previous page of results
expansionsNoComma-separated list of expansion fields
tweet.fieldsNoComma-separated list of tweet fields to include
user.fieldsNoComma-separated list of user fields to include
start_timeNoStart time for the search
end_timeNoEnd time for the search
since_idNoOnly return posts after this ID
until_idNoOnly return posts before this ID
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions access requirements (Academic Research or Enterprise) which is useful context about permissions. However, it doesn't describe important behavioral traits like pagination behavior (implied by next_token/previous_token parameters but not explained), rate limits, response format, or whether this is a read-only operation. For a search tool with 11 parameters, this leaves significant gaps.

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 extremely concise - a single sentence that packs essential information about scope and access requirements. It's front-loaded with the core purpose and includes critical constraints. Every word earns its place with zero waste or redundancy.

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

Completeness2/5

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

For a complex search tool with 11 parameters, no annotations, and no output schema, the description is insufficient. While concise, it doesn't explain the search behavior, result format, pagination mechanism (despite tokens being parameters), or how the various filtering parameters interact. The access requirement is helpful but doesn't compensate for the lack of behavioral context needed for effective tool use.

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 all parameters are documented in the schema itself. The description doesn't add any parameter-specific information beyond what's in the schema. It mentions 'full archive' which relates to the temporal scope but doesn't explain how this interacts with the time-related parameters (start_time, end_time, since_id, until_id). Baseline 3 is appropriate when schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the verb ('Search') and resource ('all posts'), specifying it covers the 'full archive'. It distinguishes from sibling 'searchRecent' by indicating broader scope. However, it doesn't explicitly mention what makes it different from other search-like tools like 'getUserMentions' or 'getUserTimeline'.

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 provides some usage context by stating it 'requires Academic Research or Enterprise access', which implies when it can be used based on subscription level. It also distinguishes from 'searchRecent' by mentioning 'full archive'. However, it doesn't explicitly say when to choose this over alternatives like 'getBulkPosts' or 'getPostCountsAll', nor does it provide when-not-to-use guidance.

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/tiovikram/x.com-mcp-server'

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