search_semantics
Resolve ambiguous semantic terms by searching names, definitions, and synonyms for entities, dimensions, facts, filters, and metrics. Returns each match tagged by kind and owning entity.
Instructions
Search entity, dimension, time dimension, fact, filter, and metric names, descriptions, and synonyms for a free-text term.
Args: text: free-text search, e.g. "region" or "revenue". Case-insensitive substring match.
Returns every match, tagged with kind (entity, dimension, time_dimension, fact, filter, or metric) and the owning entity when there is one, so an agent can tell whether a term like "region" resolves to more than one place before guessing which is meant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |