What problem does it solve? Finding a Microsoft Fabric item when you don't know which workspace contains it normally requires listing every workspace and filtering items one by one. This Skill performs a single cross-workspace catalog search to locate items by name, description, or workspace name and returns the item and workspace IDs needed for downstream API calls. ## Core Features & Use Cases - Cross-Workspace Item Search: Find items by display name, description, or workspace name using the Fabric Catalog Search API with optional type filters. - Tenant-Wide Type Inventory: List all items of a specific type (e.g., all Lakehouses or Semantic Models) across the tenant using an empty search string with a type filter. - ID Resolution for Downstream Calls: Extract item IDs and workspace IDs from search results to feed into workload-specific consumption skills like sqldw-cli, spark-cli, or eventhouse-cli. - Use Case: A user knows a report is named "Monthly Sales Revenue" but not its workspace. The Skill searches the catalog, disambiguates multiple matches, and returns the report ID and workspace ID for further queries. ## Quick Start Ask the assistant to find a Fabric item by name, for example: "Search the Fabric catalog for a lakehouse named SalesLakehouse and tell me which workspace it is in."