search_datasets
Search datasets from data.gov.rs with Serbian or English queries. Filter results by format, organization, and paginate to get dataset IDs.
Instructions
Search data.gov.rs datasets. ALWAYS call this first — never guess dataset IDs.
Returns dataset IDs needed for get_dataset(). Serbian and English both work (e.g. 'stanovništvo' or 'population', 'budžet' or 'budget').
Returns: {datasets: [{id, title, organization, resources, tags, ...}], total, page, page_size, has_next}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| query | No | Search terms (empty = newest datasets). Serbian or English. | |
| format | No | Filter by format: json, csv, xlsx, xls, xml | |
| page_size | No | Results per page (1-100, default 10) | |
| organization | No | Filter by org ID (get from list_organizations) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||