Skip to main content
Glama

x_news

Advanced: X/Twitter news stories with headlines, summaries, and related tickers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax stories (default 10)
queryYesNews search query
apiKeyYesSimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries full behavioral disclosure burden. It mentions the output content (headlines, summaries, related tickers) but does not disclose read-only status, rate limits, query behavior, or any side effects, leaving the agent without clarity on safety and operational context.

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 a single front-loaded sentence with no redundancy, efficiently conveying the tool's niche. It could be slightly more informative, but it is appropriately concise for a straightforward retrieval tool.

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 simple tool with no output schema, the description covers the core return fields (headlines, summaries, related tickers). However, it omits usage context and any caveats, making it minimally sufficient but not fully complete for an agent's decision-making.

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%, with all three parameters (query, apiKey, limit) having descriptive text. The tool description adds no additional parameter semantics, so the baseline score of 3 is appropriate.

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 fetches X/Twitter news stories with headlines, summaries, and related tickers, which distinguishes it from sibling tools like search_x and x_account. Although it lacks an explicit verb, the resource and content focus are unambiguous.

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 is provided on when to use this tool versus alternatives like search_x or x_volume. The prefix 'Advanced' hints at a more comprehensive capability, but there is no explicit context, use case, or exclusions.

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