search_concepts
Search for concepts in a domain using a partial name substring to identify exact labels before querying. Returns up to 20 matches with taxonomy tags.
Instructions
Find concepts in a domain by partial name — use this to discover exact concept labels.
Run this before query_ckg or get_prerequisites when you do not know the precise label a concept is stored under. Does a case-insensitive substring match over every concept name in the domain.
Args: domain: Exact domain name from list_domains. query: Substring to match against concept names (e.g. "mask", "iceberg", "lineage").
Returns: Up to 20 matching concept names (title-cased), each annotated with its taxonomy tag in brackets when present, e.g. " - Masking Policy [GOV]". Returns a "no concepts matching" message when there are no matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |