본문으로 건너뛰기
버전: 1.0.1

Tax Skills

Tax skills let agents generate tax reports and manage tax configurations.

report.tax

Generate a tax report for a specific period.

{
"skill": "report.tax",
"input": {
"startDate": "2026-01-01",
"endDate": "2026-12-31",
"region": "US",
"groupBy": "month"
}
}

tax.calculate

Calculate tax for a given amount and region.

{
"skill": "tax.calculate",
"input": {
"amount": 10000,
"currency": "USD",
"country": "US",
"state": "CA",
"zipCode": "90210"
}
}