search_dockets
Search federal rulemaking dockets on Regulations.gov by keyword, returning docket summaries with match context. Filter by agency and paginate results.
Instructions
Full-text search of federal rulemaking dockets on Regulations.gov.
Returns docket summaries: id, title, docket_type (Rulemaking or Nonrulemaking), agency_id, last_modified, and match_context (a plain-text snippet showing why the docket matched). Use the returned id with get_docket for the abstract or list_documents for its documents.
Args: query: Search terms, e.g. "artificial intelligence reporting". page: Result page, 1 to 20 (API limit; narrow the query instead of paging deeper). page_size: Results per page, 5 to 250. agency_id: Optional agency filter, e.g. "EPA" or "BIS".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| query | Yes | ||
| agency_id | No | ||
| page_size | No |