What problem does it solve? When you know an item's name but not which workspace contains it, manually browsing every workspace in Microsoft Fabric is slow and error-prone. This Skill uses the Fabric Catalog Search API to find items by name, description, or workspace name across the entire tenant in a single call. ## Core Features & Use Cases - Cross-Workspace Item Search: Find lakehouses, reports, semantic models, and other Fabric items by name without knowing their workspace. - Tenant-Wide Type Listing: List all items of a specific type (e.g., all Lakehouses) across workspaces using an empty search with a type filter. - ID Extraction for Downstream Calls: Return item IDs and workspace IDs ready for use in subsequent Fabric REST API calls, with pagination support via continuation tokens. - Use Case: You need to update a report called "Monthly Sales Revenue" but have dozens of workspaces. Run a catalog search with a Report type filter, disambiguate the matches, and get the item and workspace IDs instantly. ## Quick Start Ask the AI to search the Microsoft Fabric catalog for an item named "SalesLakehouse" and tell you which workspace it is in.