describe_dataset
Get complete dataset metadata: field types, meanings, coded values, record count, freshness, area covered, and source. Read this before querying to interpret attributes correctly.
Instructions
Describe one dataset: every field with its type, meaning and coded values (inferred meanings are flagged), record count, freshness (fetched_at, source_last_edit), the area the snapshot covers, the source URL and disclaimer. Read this before filtering with query_dataset, and to interpret attributes returned by other tools (e.g. FEMA FLD_ZONE codes, CAL FIRE FHSZ codes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset id from list_datasets |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| clip | Yes | Area the snapshot copy covers: the city plus this buffer | |
| docs | Yes | ||
| _meta | Yes | ||
| title | Yes | ||
| access | Yes | ||
| fields | Yes | ||
| category | Yes | ||
| geometry | Yes | ||
| id_field | Yes | ||
| available | Yes | ||
| layer_url | Yes | ||
| disclaimer | Yes | ||
| fetched_at | Yes | When the snapshot copy was fetched | |
| class_field | Yes | ||
| description | Yes | ||
| feature_count | Yes | ||
| source_agency | Yes | ||
| unzoned_classes | Yes | ||
| source_last_edit | Yes | When the source says it last changed | |
| unavailable_reason | No |