get_full_catalog
Return the complete list of all data models within a specific domain, including names, subjects, descriptions, and repository links. Use this when the user needs a comprehensive structured overview of an entire domain for bulk processing, analysis, or selection. A domain filter is mandatory to prevent returning the entire catalog in one call. Example: get_full_catalog({"domain": "SmartEnvironment"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Required. The SDM domain to return catalog entries for. Must be one of the 13 valid domain values. |