Skip to main content
Glama

x402-twitter-search

Twitter Search: Search recent tweets. X API v2. Bearer token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoQ to process
maxNoMax to process
countNoCount to process
queryNoQuery to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / max
      Added value: +{
      +  "description": "Max to process",
      +  "type": "string"
      +}
  2. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It discloses only the auth requirement ('Bearer token') and API version; it says nothing about rate limits, cost/payment (the x402 prefix implies a paid call), pagination, or result shape, which are the traits an agent most needs disclosed.

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

Conciseness3/5

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

Three short fragments, front-loaded and non-redundant, but telegraphic to the point of low utility — 'Bearer token.' is a dangling phrase that reads like a note rather than guidance.

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 4-parameter tool with no annotations, no output schema, and vacuous parameter descriptions, the description is far too thin: no pagination semantics for max/count, no auth details, no payment/cost note, and no return-value information.

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

Parameters2/5

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

The description mentions no parameters at all, and the schema's 'descriptions' are vacuous placeholders ('Q to process', 'Max to process') that convey no meaning. The duplicate q/query parameters are never disambiguated anywhere, so the agent cannot know which to supply.

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 states a clear verb+resource ('Search recent tweets') and names the upstream API (X API v2), which distinguishes it from generic siblings like x402-web-search or x402-news.

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 choose this over x402-web-search, x402-search, or x402-news, and no mention of prerequisites or constraints. The agent is left to infer selection purely from the name.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources