Search Datasets (example)
example_search_datasetsSearch federal datasets by keywords in titles and descriptions. Returns paginated results as JSON or Markdown.
Instructions
Search federal datasets matching a query string. (STUB — replace me.)
This stub shows the shape of a real tool without calling a live API.
Swap the body for an actual request using fetch_json(...); a worked
pattern is included below in a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keywords to search dataset titles and descriptions. | |
| pagination | No | Optional limit/offset (defaults to limit=20, offset=0). | |
| response_format | No | Return machine-readable JSON (default) or human-readable Markdown. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |