create_dataset
Create a new empty dataset on Autario and return a dataset ID to populate with rows. Use when data is not already present.
Instructions
Create a new empty dataset on Autario. Returns a dataset_id you can populate with write_rows. Only create new datasets if the data does not already exist on Autario. Requires AUTARIO_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Dataset title (e.g. "Global CO2 Emissions by Country") | |
| description | No | Description of the dataset contents, source, and methodology | |
| category | No | Category for the dataset (e.g. "Finance & Economics", "Health & Society", "Environment") | |
| is_public | No | Whether the dataset is publicly visible (default false) |