get_salary_history_tool
Retrieve monthly salary history from parsed payslips, ordered by month descending. Filter by year or limit to review earnings, withholdings, and net pay.
Instructions
Get salary history ordered by most recent month first.
Args: year: Filter to a specific year (optional). limit: Maximum number of months to return (default 12).
Returns a JSON array with mese, anno, totale_competenze, totale_ritenute, netto_a_pagare, and lordo_anno for each month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |