search_datasets
Search City of Vancouver open data datasets using full-text search or ODSQL boolean filters. Returns matching dataset IDs, titles, descriptions, themes, licenses, and record counts.
Instructions
Search/list datasets in the City of Vancouver Open Data Portal catalog. Supports full-text search (q) and/or an ODSQL boolean filter (where). Returns dataset_id, title, description, theme, license, and record counts for each match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free text search across dataset metadata | |
| limit | No | ||
| where | No | ODSQL boolean expression to filter datasets, e.g. "has_records=true" | |
| offset | No | ||
| orderBy | No | ODSQL order_by expression, e.g. "modified desc" |