Skip to main content
Glama

Statsnet

search_companies

Поиск компаний и ИП по названию, БИН/ИИН, руководителю. Возвращает список совпадений с идентификаторами для get_company.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesНазвание компании, БИН/ИИН или ФИО
jurisdictionNoОграничить юрисдикцией

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

Аннотации отсутствуют, поэтому вся поведенческая нагрузка ложится на описание. Оно сообщает только, что возвращается список совпадений; не раскрыты пагинация, влияние limit, ограничения jurisdiction, права доступа или поведение при отсутствии совпадений.

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?

Два коротких предложения без воды: сначала назначение и критерии поиска, затем формат возврата и связь с get_company. Информация подана с самого начала.

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

Completeness3/5

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

Для поискового инструмента с 3 параметрами, без выходной схемы и аннотаций описание покрывает назначение и тип результата, но не объясняет limit, jurisdiction и поведение при множественных совпадениях. Этого достаточно для базового вызова, но не полностью.

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?

Покрытие описаниями в схеме 67%: query и jurisdiction документированы, limit — нет. Описание добавляет смысл query (название/БИН-ИИН/ФИО), но ничего не говорит о limit и jurisdiction сверх того, что уже есть в схеме. Базовый уровень 3 уместен.

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?

Указан конкретный глагол и ресурс (поиск компаний и ИП), перечислены ключевые поля поиска (название, БИН/ИИН, руководитель) и формат результата. Фраза 'для get_company' явно отличает инструмент от соседнего get_company.

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?

Из формулировки ясно подразумевается сценарий: сначала поиск через search_companies, затем получение деталей через get_company. Однако нет явных указаний, когда этот инструмент не подходит или какие есть альтернативы, кроме одного упомянутого соседа.

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.