get_dataset_info
Retrieve a dataset's schema—title, description, row count, and exact field names/types—before querying to verify field spelling and case-sensitive filters.
Instructions
Get the schema of a specific dataset: its title, description, total row count, and the exact list of field names and types.
Call this BEFORE query_dataset when you need to know which fields exist or
how to spell a filter field. Field names on data.gov.in are CASE-SENSITIVE
(e.g. "State" is not "state"), so always use the exact id returned here
when building filters.
Args: resource_id: The dataset UUID, e.g. from search_datasets or the portal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |