get_boe_summary
Retrieve the daily summary of the Spanish Official State Gazette (BOE) for any date, with optional filtering by section or department.
Instructions
Get the daily BOE (Official Gazette) summary for a specific date. Supports filtering by section (1, 2A, 2B, 3, 4, 5, T) and department.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date to fetch BOE summary for (YYYY-MM-DD). Defaults to today. | |
| max_items | No | Maximum number of items to return (default: all items) | |
| section_filter | No | Filter by section (e.g., '1', '2A', '2B', '3', '4', '5', 'T') | |
| department_filter | No | Filter by department name (partial match, case-insensitive) |