changedInput schema / properties / domain / description
Previous value: -"Filter by accounting domain: income-tax, vat-gst, payroll, bookkeeping, e-invoicing, formation, financial-statements, transfer-pricing, tax-optimization, crypto, cross-border."New value: +"Filter by accounting domain: income-tax, vat-gst, payroll, bookkeeping, e-invoicing, formation, financial-statements, transfer-pricing, tax-optimization, crypto, cross-border, corporate-tax, estate-wealth-tax, references, sector-guidance, tooling."
addedInput schema / properties / limit
Added value: +{
+ "description": "Max skills to return (default 100, max 200).",
+ "type": "integer"
+}
addedInput schema / properties / offset
Added value: +{
+ "description": "Number of skills to skip — use the next_offset from the previous response to page through results (default 0).",
+ "type": "integer"
+}
addedOutput schema / properties / limit
Added value: +{
+ "description": "Page size applied to this response.",
+ "type": "integer"
+}
addedOutput schema / properties / next_offset
Added value: +{
+ "description": "Present when more results remain — pass as offset to fetch the next page.",
+ "type": "integer"
+}
addedOutput schema / properties / offset
Added value: +{
+ "description": "Offset applied to this response.",
+ "type": "integer"
+}
addedOutput schema / properties / total
Added value: +{
+ "description": "Total skills matching the filter (across all pages).",
+ "type": "integer"
+}