get_dataset_info
Retrieve comprehensive metadata for a specific dataset, including title, description, organization, tags, resource count, dates, and license details to evaluate content before accessing files.
Instructions
Get detailed information about a specific dataset.
Returns comprehensive metadata including title, description, organization, tags, resource count, creation/update dates, license, and other details. Use this after finding a dataset with search_datasets to get more context before exploring its resources.
Typical workflow:
Use search_datasets to find datasets of interest
Use get_dataset_info to get detailed information about a specific dataset
Use list_dataset_resources to see what files are available in the dataset
Args: dataset_id: The ID of the dataset to get information about (obtained from search_datasets)
Returns: Formatted text with detailed dataset information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |