Skip to main content
Glama
phiclin

X Search MCP Server

by phiclin

search_web_via_grok

Search the web for real-time information using Grok to get summarized results for current events, documentation, news, and general knowledge.

Instructions

Search the web for real-time information via Grok. Returns summarized results from web pages. Useful for current events, documentation, news, and general knowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe web search query.
allowed_domainsNoComma-separated domains to restrict search to (e.g. 'github.com,stackoverflow.com'). Max 5.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does disclose the return shape ('summarized results from web pages') and that results are real-time, which is genuine added context, but says nothing about authentication, rate limits, cost, or freshness caveats.

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?

Three tight, front-loaded sentences with no wasted clauses; the mechanism and return format come early. 'General knowledge' is slightly filler-ish but not enough to detract.

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 read-only search tool with fully documented params and no output schema, the description covers purpose, return shape, and typical use cases. The only meaningful gap is the absence of sibling routing.

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 coverage is 100%, so both query and allowed_domains are already documented with format and constraints (comma-separated, max 5). The description adds nothing about either parameter, so the baseline 3 applies.

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?

States a specific verb (Search) and resource (the web) with mechanism (via Grok), and the 'web' scope implicitly differentiates it from the sibling search_x. It does not, however, explicitly name or distinguish itself from search_combined, which likely also touches the web.

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 sentence 'Useful for current events, documentation, news, and general knowledge' implies when the tool fits but offers no when-not guidance and no routing to search_x or search_combined. Usage is left to inference from the topic list.

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

Deploy Server

Other Tools