Skip to main content
Glama
antohins

seo-tools-mcp

by antohins

XMLStock: news

xmlstock_news

Retrieve Google News results via XMLStock API, with URL, title, source, date, and snippet for each item. Configure region, device, safe search, and search domain to tailor news search.

Instructions

Поиск по новостям Google через XMLStock (ПЛАТНО за запрос). Возвращает { position, url, title, source (издание), date (часто относительная), snippet }. truncated: true = выдача кончилась раньше запрошенного depth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoСколько результатов собрать (пагинация, каждая страница — платный запрос)
queryYes
deviceNodesktop
regionNo«Москва»/«Россия»/213/225 — ОДИН регион (название или id Яндекса), XMLStock маппит и на GoogleМосква
accountNoАккаунт-профиль (мультиаккаунт, см. *_auth_status); пусто = основной
safeSearchNoБезопасный поиск: moderate = дефолт Google (размытие, в API НЕ шлётся), strict = safe=on, off = safe=offmoderate
searchDomainNoДоменная зона Google (ru/com/de...), по умолчанию ru

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changedv1.4.0
    • changedInput schema / properties / region / description
      Previous value: -"«Москва»/«Россия»/213/225 — id Яндекса, XMLStock маппит на Google"New value: +"«Москва»/«Россия»/213/225 — ОДИН регион (название или id Яндекса), XMLStock маппит и на Google"
    • changedInput schema / properties / safeSearch / description
      Previous value: -"Безопасный поиск (safe: размытие/фильтр/выкл)"New value: +"Безопасный поиск: moderate = дефолт Google (размытие, в API НЕ шлётся), strict = safe=on, off = safe=off"
    • addedInput schema / properties / searchDomain / pattern
      Added value: +"^[a-z]{2,3}(\\.[a-z]{2,3})?$"
  2. First observedv1.2.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations, the description warns that every request is paid, enumerates the exact return shape, and explains the meaning of 'truncated: true'. These are operationally important behavioral details that annotations alone do not provide. It does not contradict any annotation.

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 two short, information-dense sentences: the first establishes purpose, cost, and return fields; the second defines the truncation flag. There is no filler or redundancy.

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 paid news-search tool with no output schema, the description is largely complete: it states cost, output format, and truncation behavior, while the schema documents most parameters. It does not explicitly state authentication prerequisites, but the account parameter's reference to '*_auth_status' and the sibling auth tools supply that context.

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 description itself adds no parameter-level explanation, but the input schema already covers 71% of parameters with meaningful descriptions (depth, region, safeSearch, searchDomain, account). The coverage gap for query and device is minor and largely inferable, so the schema carries the burden.

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?

The description uses a specific verb-resource pair ('Поиск по новостям Google' / search Google News) and clearly identifies XMLStock as the execution channel. This distinguishes it from sibling tools like xmlstock_serp, xmlstock_images, and xmlstock_video by targeting the news vertical.

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 intended use is implied by 'news' — an agent can infer this tool is for Google News results — but there is no explicit guidance about when to prefer it over xmlstock_serp or when it should not be used. The cost warning and return-format hints provide supporting context but not decision rules.

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