What problem does it solve?
This Skill removes uncertainty when writing or validating 1C:Enterprise platform code by helping you quickly locate the correct method signatures, functions, and syntax from official documentation.
Core Features & Use Cases
- Semantic documentation search via MCP: Retrieves relevant 1C platform documentation for a natural-language query and supports targeted method discovery.
- Guided syntax correctness: Enables checking syntax by verifying the method or function details before implementing BSL code.
- Clear boundaries for other search types: Avoids misuse for BSP patterns (use bsp-patterns), code/project search (use codesearch/metadatasearch), and template search (use templatesearch).
- Practical examples: Use method-name search for a specific API (e.g., a string operation), or concept/functionality search for broader topics (e.g., file operations or HTTP features).
Quick Start
Call the skill as /1c-help-mcp and ask for the 1C platform syntax and signature for the method СтрРазделить, then use the returned result to implement and validate your BSL code.