search_catalog
Search across SAP Datasphere catalog items including KPIs, assets, spaces, models, views, and tables using advanced query syntax with scope targeting and facet filters.
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: prefix for targeted searches. Boolean operators (AND, OR, NOT) supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return (default: 50, max: 500) | |
| skip | No | Number of results to skip for pagination (default: 0) | |
| query | Yes | Search query with optional SCOPE prefix. Format: 'SCOPE:<scope> <terms>'. Scopes: SearchAll, SearchKPIsAdmin, SearchAssets, SearchSpaces, SearchModels, SearchViews, SearchTables. Example: 'SCOPE:comsapcatalogsearchprivateSearchAll financial' | |
| 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) | |
| include_count | No | Include total count of matching results (default: false) | |
| include_why_found | No | Include explanation of why each result matched (default: false) |