Skip to main content
Glama

QY-Stream Data Server

Server Details

Cross-source news, finance, AI and tech search across 29 sources for agents (BBC, NYT, CNBC, HF).

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
qy_fetch_articlesAInspect

Fetch latest articles from QY Stream pipeline. Category: ai/research/tech/finance/news/business/crypto/all(default).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNomax results, default 10
categoryNocategory filter, default all

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It states the read/fetch action and the default category, but it does not explain ordering, freshness guarantees, possible empty results, or what article fields are returned. This is adequate but minimal.

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?

The description is a single efficient sentence that front-loads the core action and then lists the category options. Every part earns its place with no redundancy or filler.

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 simple tool with two optional parameters and no output schema, the description is nearly complete: it explains what is fetched, which categories exist, and the default category. It could mention the result shape, but that is not necessary for an agent to invoke the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value by enumerating the allowed category values (ai/research/tech/finance/news/business/crypto/all), which the schema does not list as an enum. This helps the agent construct valid calls without guessing.

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 articles from the QY Stream pipeline and lists valid categories, giving a specific verb and resource. It is distinguishable from siblings by 'latest articles' versus source listing and searching, though it never explicitly differentiates itself.

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 description implies the tool is for retrieving recent articles, with category filtering, but it does not explicitly state when to prefer this over qy_search_news or qy_list_sources. Usage context is inferable from the sibling names, but no direct guidance or exclusions are provided.

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

qy_list_sourcesAInspect

List data sources in QY Stream with reliability(reputation) + category.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNooptional category filter

TDQS

A3.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It conveys that the operation is a read-only listing and that returned sources include reliability/reputation and category. It does not cover pagination, sorting, or result shape, but for a simple listing tool this is reasonably transparent.

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?

The description is a single concise sentence that leads with the verb and object. There is no filler or redundant restatement of the tool name, despite minor awkwardness in 'reliability(reputation)'.

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 tool with one optional parameter and no output schema, the description covers the main need: what the tool lists and what kind of data is included. It is brief on output shape, but the low complexity and the schema's parameter documentation make this adequate.

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?

The input schema already documents the only parameter with 100% coverage ('optional category filter'). The description mentions category but adds no additional meaning about accepted values, behavior, or how the filter interacts with the listed sources, so it stays at the baseline.

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 specific verb ('List') and resource ('data sources in QY Stream'), and adds what is included (reliability/reputation and category). It is clear on its own, though it does not explicitly contrast itself with the sibling tools qy_fetch_articles and qy_search_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?

There is no guidance on when to use this tool versus the siblings. The description only says what the tool does, not when an agent should prefer qy_list_sources over qy_fetch_articles or qy_search_news.

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

qy_search_newsAInspect

Cross-source search over 29 international news/AI/finance/tech sources (BBC,NYT,HackerNews,ArXiv,CNBC,FT). English keyword. Returns articles + source reliability(reputation). 100 free queries/day; key from POST /pipeline/v3/register.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNomax results, default 10
keywordYesEnglish search keyword, e.g. OpenAI, Fed rate, quantum

TDQS

A4.5/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It transparently discloses auth needs (key from POST /pipeline/v3/register), rate limits (100 free queries/day), and result content (articles + source reliability). The search wording also implies a read-only operation.

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?

Three dense sentences front-load the core operation and then add source scope, return content, quota, and auth acquisition without filler. Every sentence earns its place.

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

Completeness5/5

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

With only 2 simple parameters and no output schema, the description sufficiently covers source scope, input language, expected result, quota, and key acquisition. An agent can select and invoke the tool accurately without external documentation.

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 keyword format/examples and limit range/default already documented. The description adds little beyond repeating 'English keyword', so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('search'), a bounded resource (29 international news/AI/finance/tech sources), and a clear output (articles + source reliability). This differentiates it from sibling tools like qy_fetch_articles and qy_list_sources.

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

Usage Guidelines4/5

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

Provides clear usage context: cross-source search, English keyword required, named source domains, and a daily query budget. It does not explicitly name alternatives or exclusions, but the search-vs-fetch-vs-list distinction is reasonably clear from scope and sibling names.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedqy_fetch_articles
    • First observedqy_list_sources
    • First observedqy_search_news

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to search and retrieve real-time news from 40 curated sources with micropayment-based access (USDC on Base). Provides both paid (search, headlines) and free (preview, status) tools for up-to-date information.
    161
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Read-only, source-linked news intelligence for AI agents: search The Neural Ledger's stories, retrieve story details with citations and revision history, and resolve related entities and assets. It is an evidence layer, not a trading or execution service.
    8
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides AI agents with global tech news from 500+ sources across regions, with translated titles, scoring, and clustering tools for real-time intelligence.
    8
    52
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

qy_fetch_articles and qy_search_news both return articles, which could cause some ambiguity, but the former is clearly category-based latest fetching while the latter is keyword-based cross-source search. qy_list_sources is completely distinct. Overall the boundaries are mostly clear.

Naming Consistency5/5

All tool names use the consistent qy_ prefix followed by a clear verb_noun pattern: fetch_articles, list_sources, search_news. This makes the tool set predictable and easy to navigate.

Tool Count5/5

Three tools is a tight, focused set for a read-oriented news/data pipeline server. Each tool covers a distinct access pattern: latest articles, source discovery, and keyword search. The count feels appropriate for the stated scope.

Completeness4/5

The core read operations are covered well: fetch by category, search by keyword, and inspect available sources. Minor gaps exist such as no direct article-by-ID retrieval or source detail endpoint, but agents can likely work around them using search and fetch.

Resources