Skip to main content
Glama
tiovikram

X.com MCP Server

by tiovikram

getBulkPosts

Retrieve up to 100 X.com posts by their IDs using comma-separated lists. Specify fields for posts, users, media, polls, and places to customize the data returned.

Instructions

Retrieve up to 100 posts by their IDs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYesComma-separated list of post IDs (up to 100)
expansionsNoComma-separated list of expansion fields
tweet.fieldsNoComma-separated list of tweet fields to include
user.fieldsNoComma-separated list of user fields to include
media.fieldsNoComma-separated list of media fields to include
poll.fieldsNoComma-separated list of poll fields to include
place.fieldsNoComma-separated list of place fields to include
Behavior2/5

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

With no annotations provided, the description carries full burden but only states the basic retrieval functionality. It doesn't disclose whether this is a read-only operation (implied but not stated), rate limits, authentication requirements, error behavior for invalid IDs, or response format details. Significant behavioral gaps remain.

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?

Perfectly concise single sentence that immediately communicates the core functionality. No wasted words or unnecessary elaboration. Front-loaded with the essential information.

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

Completeness3/5

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

For a 7-parameter retrieval tool with no annotations and no output schema, the description is minimally adequate. It covers the primary use case but lacks important context about behavior, alternatives, and response format. The high schema coverage helps, but more behavioral disclosure would be needed for full completeness.

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%, providing complete parameter documentation. The description adds minimal value beyond the schema, only mentioning the 'ids' parameter constraint ('up to 100'). No additional semantic context is provided for the six expansion/field parameters.

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 action ('Retrieve') and resource ('posts by their IDs') with a specific scope ('up to 100'). It distinguishes from getSinglePost by handling multiple IDs, but doesn't explicitly differentiate from other bulk operations like searchAll or searchRecent.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like getSinglePost (for one ID), searchAll/searchRecent (for query-based retrieval), or getUserTimeline (for user-specific posts). The description implies usage when you have specific post IDs, but provides no explicit context or exclusions.

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