Skip to main content
Glama

search_1c_platform_help

Search offline 1C:Enterprise documentation and knowledge base by query to find answers in platform docs, BSP, standards, and testing tools.

Instructions

Офлайн полнотекстовый поиск по локальной базе знаний 1С:Предприятие. НАЧИНАТЬ ОТСЮДА для вопросов, ответ на которые лежит в документации, а не в коде конкретной конфигурации. Охват: синтакс-помощник платформы (BSL API, объекты/методы/свойства/события; версии 8.3.27.1989 и 8.3.15.1869); документация платформы 8.3.27 (администрирование, кластер, конфигуратор, параметры запуска); стандарты разработки v8std; методики metod8dev (архитектура, производительность, эксплуатация); документация БСП 3.1.11 (3000+ файлов) и БСП из поставки (SSL); VanessaAutomation (Gherkin, шаги); YAxUnit (юнит-тесты, assert/matcher). Query на русском или английском. Фильтр source сужает поиск до раздела (полный список и когда какой брать — в list_1c_platform_help_sources). В отличие от MCP v8std (онлайн v8std.ru): это ЛОКАЛЬНЫЙ офлайн-индекс, покрывает те же стандарты плюс БСП/VA/YAxUnit, работает без сети. Для синтаксиса из ЖИВОЙ запущенной ИБ есть отдельный get_bsl_syntax_help у 1c-mcp-toolkit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootNoOptional absolute path to a help directory. Defaults to BIT_1C_HELP_ROOT or ./kb.
limitNoMaximum number of search results.
queryYesSearch query in Russian or English.
sourceNoOptional source subdirectory to search in, for example Platform/8.3.27.1989, SSL/3_1_11_353, VanessaAutomation/1.2.043.23, or YAxUnit/25.12. Call list_1c_platform_help_sources to see what this installation actually has.
explainNoInclude a score breakdown for every result.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.1

TDQS

A4.7/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full disclosure burden. It clearly discloses that the operation is an offline/local full-text search, lists the indexed sources and versions, and explains that queries can be in Russian or English. There are no hidden side effects or destructive behaviors implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average, but almost every sentence earns its place: entry point, coverage, language, filtering, and disambiguation. It is front-loaded with 'НАЧИНАТЬ ОТСЮДА' and organized topically, though it repeats the offline/local idea and re-lists coverage after the initial scope sentence.

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 five-parameter tool with no output schema and several siblings, the description covers selection, coverage, and filtering well. It would be more complete if it described the result shape or how search results connect to sibling tools like get_1c_platform_help_document, but the absence of those details does not block correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers all parameters, so the baseline is 3, but the description adds real meaning by explaining that the source filter narrows search to a section and directing the agent to list_1c_platform_help_sources for valid values. It also restates query language support. It does not add much for root, limit, or explain, but those are already self-descriptive in the schema.

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 identifies a specific verb ('search') and resource ('local 1C:Enterprise knowledge base'), then enumerates exactly what it covers: syntax helper, platform docs, v8std, BSP, VanessaAutomation, and YAxUnit. It also sets the expected entry point ('НАЧИНАТЬ ОТСЮДА') and distinguishes the tool from online v8std and live-syntax lookups.

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?

It explicitly says when to start here (documentation questions, not configuration code), when to use a different tool (live infobase syntax → get_bsl_syntax_help), and how to narrow scope via the source filter with a pointer to list_1c_platform_help_sources. The offline/online comparison with MCP v8std also helps an agent choose between alternatives.

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