get_monthly_payroll_report
Retrieve salary and bonus distribution for a single month, accepting common date formats and converting to MAYO's required format. For monthly payroll reports.
Instructions
Get the salary and bonus distribution roster for a single month.
Accepts ISO YYYY-MM (or YYYY-MM-DD, truncated) and converts to MAYO's
required YYYY/MM format. Use the raw get_salary_bonus_list tool when
you need a multi-month range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year_month | Yes | Target month in `YYYY-MM` format (e.g. `2025-01`) |