Sage · Capability

Sage Accounting API — Tax Rates

Sage Accounting API — Tax Rates. 1 operations. Lead operation: List Tax Rates. Self-contained Naftiko capability covering one Sage business surface.

Run with Naftiko SageTax Rates

What You Can Do

GET
Listtaxrates — List Tax Rates
/v1/tax-rates

MCP Tools

list-tax-rates

List Tax Rates

read-only idempotent

Capability Spec

accounting-tax-rates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sage Accounting API — Tax Rates
  description: 'Sage Accounting API — Tax Rates. 1 operations. Lead operation: List Tax Rates. Self-contained Naftiko capability
    covering one Sage business surface.'
  tags:
  - Sage
  - Tax Rates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAGE_API_KEY: SAGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: accounting-tax-rates
    baseUri: https://api.accounting.sage.com/v3.1
    description: Sage Accounting API — Tax Rates business capability. Self-contained, no shared references.
    resources:
    - name: tax_rates
      path: /tax_rates
      operations:
      - name: listtaxrates
        method: GET
        description: List Tax Rates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SAGE_API_KEY}}'
  exposes:
  - type: rest
    namespace: accounting-tax-rates-rest
    port: 8080
    description: REST adapter for Sage Accounting API — Tax Rates. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tax-rates
      name: tax-rates
      description: REST surface for tax_rates.
      operations:
      - method: GET
        name: listtaxrates
        description: List Tax Rates
        call: accounting-tax-rates.listtaxrates
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: accounting-tax-rates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sage Accounting API — Tax Rates. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-tax-rates
      description: List Tax Rates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounting-tax-rates.listtaxrates
      outputParameters:
      - type: object
        mapping: $.