search_datasets
Search the WGEA dataset catalog with free-text queries to locate curated datasets on workforce composition, parental leave, flexible work, and other gender equality topics.
Instructions
Fuzzy-search the curated WGEA dataset catalog.
All seven curated datasets cover the WGEA Public Data File: per-employer workforce composition, manager movements, gender-equality policy answers, parental-leave + flexible-work policies, harm-prevention policies, employee support, and workplace overview.
Examples: # Find datasets about parental leave results = await search_datasets("parental leave") # → [{id: 'PARENTAL_LEAVE_FLEX', ...}]
# Find workforce composition by gender
results = await search_datasets("women in management")Returns: List of DatasetSummary (id, name, description, update_frequency, is_curated), ranked by relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search query. Matches against dataset IDs, names, descriptions, and curated search keywords. Case-insensitive. | |
| limit | No | Maximum number of results to return, ranked by relevance. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |