Skip to main content
Glama
konarkm

X Search MCP

by konarkm

X Search

x_search
Read-only

Search X posts using xAI's Responses API to find relevant content with filtering options and structured results.

Instructions

Search X posts using xAI's Responses API x_search tool. Returns a normalized answer and citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query for X
allowed_x_handlesNoOnly include posts from these handles
excluded_x_handlesNoExclude posts from these handles
from_dateNoStart date (YYYY-MM-DD)
to_dateNoEnd date (YYYY-MM-DD)
enable_image_understandingNoEnable image understanding
enable_video_understandingNoEnable video understanding
include_raw_responseNoInclude raw xAI response for debugging

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
answerYes
citationsYes
raw_responseNo
inline_citationsYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and idempotentHint=false. The description adds that it 'Returns a normalized answer and citations,' which provides useful context about the output format. However, it doesn't disclose other behavioral traits like rate limits, authentication needs, or what 'normalized' entails beyond what annotations cover.

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

Conciseness4/5

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

The description is concise with two sentences that directly state the tool's function and output. It's front-loaded with the main purpose. However, it could be slightly more structured by explicitly separating purpose from output details.

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?

Given the tool's complexity (8 parameters, search functionality), annotations cover safety and scope, and an output schema exists, the description is reasonably complete. It mentions the API source and output format, but lacks usage context or behavioral details like error handling, which holds it back from a 5.

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 schema fully documents all 8 parameters. The description doesn't add any parameter-specific information beyond what's in the schema. According to guidelines, with high schema coverage (>80%), the baseline is 3 even without param info in the description.

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 tool's purpose: 'Search X posts using xAI's Responses API x_search tool.' It specifies the action (search) and resource (X posts), and mentions the API source. However, with no sibling tools, it doesn't need to differentiate from alternatives, so it can't achieve a 5 for that criterion.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites, constraints, or scenarios where this tool is preferred. The only context is the API name, which doesn't help with usage decisions.

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/konarkm/x-search-mcp'

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