Skip to main content
Glama
antohins

seo-tools-mcp

by antohins

XMLStock: video

xmlstock_video

Search Google video results via XMLStock paid API with configurable region, device, safe search, and domain. Returns position, URL, title, thumbnail, channel, duration, and snippet for each video.

Instructions

Поиск по видео Google через XMLStock (ПЛАТНО за запрос). Возвращает { position, url, title, thumbnail, host (YouTube...), channel, duration, 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.4/5.0
Behavior5/5

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

Beyond the sparse annotations, the description discloses the paid-per-request nature, explains the truncated flag's meaning, and specifies the returned object shape. This is valuable behavioral context that annotations cannot convey, and nothing in the description contradicts the annotations.

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?

Two compact sentences front-load purpose and cost, list only relevant output fields, and define an important edge case. Every sentence carries useful information without 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?

With no output schema, the description compensates by listing the return fields and explaining truncated behavior, while the schema covers parameters well. It does not explicitly state credential prerequisites, but the sibling *_auth_status/set_credentials tools and the paid-request warning provide enough operational context for an agent to proceed.

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 71%, and the description does not add substantial parameter-level meaning beyond mentioning 'requested depth' indirectly through truncated. Most parameter semantics (depth pagination, region mapping, safeSearch behavior) are already well documented in the input schema, so the description adds little beyond the schema baseline.

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?

Description states a specific action and resource: 'Поиск по видео Google через XMLStock', clearly distinguishing this video-search tool from siblings like xmlstock_serp, xmlstock_images, and xmlstock_news. It also enumerates the exact return fields, making the tool's function unambiguous.

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?

The description clearly signals a critical cost condition ('ПЛАТНО за запрос') and explains truncated=true, helping an agent interpret when results are incomplete. It does not explicitly name sibling alternatives or provide when-to-use vs. when-not-to-use guidance, but the video-specific focus supplies enough contextual direction.

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