What problem does it solve? Reading a 1C:Enterprise data composition schema (СКД) Template.xml means scrolling through thousands of lines of XML just to understand what a report does. This Skill calls the unica.dcs.info MCP tool to return the entire schema as a compact typed summary, so you can understand a report's data source, fields, and parameters in one call. ## Core Features & Use Cases - Full schema summary: Returns datasets with raw query text, data set links, calculated fields, totals (resources), parameters, setting variants, and templates in a single typed response. - Field tracing: Locate a report column by matching its dataPath across calculatedFields, totalFields, and dataset fields to understand where values come from. - Query round-trip: Extract the raw query text from dataSets[].query, edit it, and pass it back via unica.dcs.edit with Operation=set-query, including multi-batch queries with temporary tables. - Use Case: You inherit an unfamiliar 1C report and need to know which tables its query reads, what parameters it accepts, and how its default variant groups rows — one call gives you all of it. ## Quick Start Ask the assistant to analyze the data composition schema at a given Template.xml path using dcs-info and show the datasets, parameters, and variants.