get_dataset_resources
List all data files available for a specific dataset, including resource IDs, formats, descriptions, sizes, and direct download URLs.
Instructions
List the data files (resources) available for a specific dataset.
Use this before get_resource_data() to discover:
Resource IDs (required by get_resource_data)
Available formats (json, csv, xlsx, xls, xml)
File descriptions and sizes
Direct download URLs
Equivalent to get_dataset(detail_level="resources"), exposed as its own tool for callers that only need the file listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Dataset identifier from search_datasets() |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||