List tax codes
Lists all active tax codes of the tenant. MUST be called before any booking with tax_code to determine the correct tax code. The description explains when to use which code.
list_tax_codes
Authorization
Authorization string header required API key in the format
ll_.... Pass as a Bearer token in the OAuth flow. Scopes
journal:read
Response
200
Success
MCP
JSON list_tax_codes {
"tool": "list_tax_codes"
} 200 Response
JSON {
"tax_codes": [
{
"code": "<string>",
"label": "<string>",
"description": "<string>",
"rate": 1,
"vat_account": "<string>",
"has_self_assess": true
}
],
"hint": "<string>"
}