What problem does it solve?
Working with Microsoft Fabric SQL endpoints requires knowing which T-SQL surface area each item type supports, resolving workspace and item GUIDs, and respecting MCP tool limits like the 10,000-row cap and single-batch rule. This Skill routes each request to the right mode (authoring, consumption, or operations) and enforces the correct constraints so queries and DDL actually succeed.
Core Features & Use Cases
- Warehouse authoring: Create tables, run DML, ingest data with COPY INTO or OPENROWSET, manage transactions, and use time travel on Fabric Warehouses.
- Read-only querying: Run SELECT, row counts, aggregations, and schema discovery against Warehouses, Lakehouse SQL analytics endpoints, and Mirrored Databases.
- Performance diagnostics: Triage slow queries, pressure windows, cache warmth, and cluster key candidates using the queryinsights views.
- Use Case: Ask "Which queries are slowest in my warehouse this week?" and the Skill resolves the workspace and item IDs, runs the queryinsights diagnostic queries, and reports cited figures.
Quick Start
Ask the assistant to count the rows in a table in your Fabric warehouse, providing the workspace and warehouse name.