search_catalog
Search across all SAP Datasphere catalog items using advanced syntax. Use scope prefixes and boolean operators to find KPIs, assets, spaces, models, views, and tables.
Instructions
Universal search across all catalog items in SAP Datasphere using advanced search syntax. Supports searching across KPIs, assets, spaces, models, views, and tables. Use SCOPE:<scope_name> prefix for targeted searches. Boolean operators (AND, OR, NOT) supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query with optional SCOPE prefix. Format: 'SCOPE:<scope> <terms>'. Scopes: SearchAll, SearchKPIsAdmin, SearchAssets, SearchSpaces, SearchModels, SearchViews, SearchTables. Example: 'SCOPE:comsapcatalogsearchprivateSearchAll financial' | |
| top | No | Maximum number of results to return (default: 50, max: 500) | |
| skip | No | Number of results to skip for pagination (default: 0) | |
| include_count | No | Include total count of matching results (default: false) | |
| include_why_found | No | Include explanation of why each result matched (default: false) | |
| facets | No | Comma-separated list of facets to include or 'all' for all facets. Example: 'objectType,spaceId' | |
| facet_limit | No | Maximum number of facet values to return per facet (default: 5) |