get_label_values
Discover valid values for specific node labels in knowledge graphs to enable data exploration, UI filtering, and category analysis.
Instructions
Discover valid values for a specific node label (e.g., RetailerType, Technology). Use for discovery, UI filters, and category exploration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphId | Yes | The graph ID | |
| label | Yes | The label to fetch values for | |
| userId | Yes | Unique identifier for the user (Required) |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of values found | |
| label | No | The label queried | |
| values | No | Array of valid values for the label |