get_resource_plan
get_resource_planRetrieve a resource plan for a date range, showing bookings per person and project with hours per day and utilization %. Filter by person name or project ID for focused views.
Instructions
Get the rb2 resource plan for a date range. Shows bookings with person, project, hours/day, and utilisation %. Use person_name and project_id for focused planning views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Start date (YYYY-MM-DD). Defaults to today. | |
| before | No | End date (YYYY-MM-DD). Defaults to today + 4 weeks. | |
| person_name | No | Filter by person name (case-insensitive partial match). | |
| project_id | No | Filter by project ID. |