Skip to main content
Glama

parsee_browser_search

Ищет товары на Ozon или Wildberries через встроенный браузер и возвращает СПИСОК КАРТОЧЕК СО ССЫЛКАМИ — то, что видно в выдаче. Данных о товаре здесь нет: ни точной цены, ни рейтинга, ни отзывов, ни наличия. Это способ найти товары, а не изучить их: получив ссылки, запустите parsee_parse_urls — он и даст цены, рейтинг, отзывы и наличие. Выводы о рынке по одной выдаче делать нельзя. Вызывать строго по одному запросу за раз: браузер один на всех. Конкретные запросы («аэрогриль 8 литров») работают, общие («аэрогриль») почти всегда пустые.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
marketplaceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.6/5.0
Behavior5/5

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

There are no annotations, so the description carries full behavioral burden. It discloses that the output contains only search-result cards with links, no product details, and warns against drawing market conclusions from a single search. It also exposes the shared-browser constraint requiring one query at a time.

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 front-loaded with the core purpose and then adds necessary constraints and caveats in a logical order. Every sentence adds value: scope, limitations, alternative tool, concurrency rule, and query-quality guidance.

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?

The description covers purpose, output limitations, the proper downstream tool, and operational constraints. The only notable gap is the undefined limit parameter; the existing output schema covers return-value expectations, so that part is not missing.

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 0%, so the description must compensate. It gives useful guidance for the query parameter (specific queries work, general ones are often empty) and names the two marketplaces, but it does not explain the limit parameter at all, leaving its meaning and effect ambiguous.

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 clearly states it searches products on Ozon or Wildberries via an embedded browser and returns a list of cards with links. It explicitly distinguishes what the tool does not provide (price, rating, reviews, availability) and differentiates it from parsee_parse_urls.

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

Usage Guidelines5/5

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

The description gives explicit usage guidance: use it to find products, not to study them; after receiving links, run parsee_parse_urls for detailed data. It also provides operational constraints: call one query at a time and prefer specific queries over general ones.

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.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools map cleanly to distinct resource/action pairs, and the descriptions explicitly point to complementary tools (e.g., browser_search → parse_urls → wait → get_results). The main ambiguity is the help/cloud_manual duplication and the similar price/result output of get_prices versus get_results.

Naming Consistency3/5

All tools share the parsee_ prefix and snake_case, and most follow a verb_noun pattern (create_group, get_results, set_region). However, several tools are noun-like (status, help, price_history, spp_changes, wb_cabinet) and browser_search reverses the verb_noun order, so the pattern is readable but not uniform.

Tool Count2/5

32 tools is a large surface for an MCP server, even for a broad parsing/monitoring domain. The count feels inflated because multiple cloud/help/documentation tools and several similar data-retrieval tools could be consolidated.

Completeness5/5

The tool set covers the full workflow: search/discovery, collection, task lifecycle, group management, analytics/history, scheduling, settings, export, and seller-cabinet integration. There are no obvious dead ends, and every operation has the supporting tool needed to act on its output.