Skip to main content
Glama
antohins

seo-tools-mcp

by antohins

XMLStock: images

xmlstock_images

Search Google Images via XMLStock's paid API to get structured results: position, source URL, image URL, title. Detect truncated results before requested depth.

Instructions

Поиск по картинкам Google через XMLStock (ПЛАТНО за запрос). Возвращает { position, url (страница-источник), imageUrl (сама картинка), title }. 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?

The description adds valuable behavioral context beyond the annotations: calls are paid ('ПЛАТНО за запрос') and the `truncated: true` field indicates when results end earlier than the requested depth. It does not contradict the `readOnlyHint:false` annotation because the paid nature of the call can be considered a consequential side effect even though the operation searches.

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 compact sentences: the first states the purpose and cost, the second describes the return shape and truncation flag. Every clause earns its place, and key information is front-loaded.

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 correctly documents the return fields and truncation behavior. The schema covers defaults, enums, and cost implications per page. The definition is slightly incomplete around authentication prerequisites and error behavior, but the account parameter hints at *_auth_status, so the gap is minor.

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 most parameters well, with 71% coverage including depth, region, safeSearch, searchDomain, and account. The free-text description adds little parameter-level meaning beyond what the schema provides, and parameters like query and device remain only implicitly understood.

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 opens with a specific verb and resource: 'Поиск по картинкам Google через XMLStock' (Google image search via XMLStock). This clearly distinguishes the tool from siblings like xmlstock_news, xmlstock_video, and xmlstock_serp without needing to inspect their schemas.

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 its use case through the phrase 'поиск по картинкам' but does not explicitly state when to choose it over alternatives or when not to use it. The paid-per-request warning is useful context, but no exclusions or sibling comparisons are provided.

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