query_dataset
Fetch rows from Utsunomiya city's open datasets with optional column filtering and partial match support.
Instructions
Query dataset contents with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | The ID of the dataset to query. | |
| limit | No | Maximum number of rows to return (default: 100). | |
| filter_column | No | Optional column name to filter on. | |
| filter_value | No | Optional value to filter for (partial match supported). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |