Unified.to · Capability

Unified.to API — taxrate

Unified.to API — taxrate. 6 operations. Lead operation: List all taxrates. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Totaxrate

What You Can Do

GET
Listaccountingtaxrates — List all taxrates
/v1/accounting/{connection-id}/taxrate
POST
Createaccountingtaxrate — Create a taxrate
/v1/accounting/{connection-id}/taxrate
DELETE
Removeaccountingtaxrate — Remove a taxrate
/v1/accounting/{connection-id}/taxrate/{id}
GET
Getaccountingtaxrate — Retrieve a taxrate
/v1/accounting/{connection-id}/taxrate/{id}
PATCH
Patchaccountingtaxrate — Update a taxrate
/v1/accounting/{connection-id}/taxrate/{id}
PUT
Updateaccountingtaxrate — Update a taxrate
/v1/accounting/{connection-id}/taxrate/{id}

MCP Tools

list-all-taxrates

List all taxrates

read-only idempotent
create-taxrate

Create a taxrate

remove-taxrate

Remove a taxrate

idempotent
retrieve-taxrate

Retrieve a taxrate

read-only idempotent
update-taxrate

Update a taxrate

idempotent
update-taxrate-2

Update a taxrate

idempotent

Capability Spec

accounting-taxrate.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — taxrate
  description: 'Unified.to  API — taxrate. 6 operations. Lead operation: List all taxrates. Self-contained Naftiko capability
    covering one Unified To business surface.'
  tags:
  - Unified To
  - taxrate
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: accounting-taxrate
    baseUri: https://api.unified.to
    description: Unified.to  API — taxrate business capability. Self-contained, no shared references.
    resources:
    - name: accounting-connection_id-taxrate
      path: /accounting/{connection_id}/taxrate
      operations:
      - name: listaccountingtaxrates
        method: GET
        description: List all taxrates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: org_id
          in: query
          type: string
          description: The org ID to filter by (reference to AccountingOrganization)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createaccountingtaxrate
        method: POST
        description: Create a taxrate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounting-connection_id-taxrate-id
      path: /accounting/{connection_id}/taxrate/{id}
      operations:
      - name: removeaccountingtaxrate
        method: DELETE
        description: Remove a taxrate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Taxrate
          required: true
      - name: getaccountingtaxrate
        method: GET
        description: Retrieve a taxrate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Taxrate
          required: true
      - name: patchaccountingtaxrate
        method: PATCH
        description: Update a taxrate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Taxrate
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateaccountingtaxrate
        method: PUT
        description: Update a taxrate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Taxrate
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: accounting-taxrate-rest
    port: 8080
    description: REST adapter for Unified.to  API — taxrate. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/accounting/{connection-id}/taxrate
      name: accounting-connection-id-taxrate
      description: REST surface for accounting-connection_id-taxrate.
      operations:
      - method: GET
        name: listaccountingtaxrates
        description: List all taxrates
        call: accounting-taxrate.listaccountingtaxrates
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          org_id: rest.org_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createaccountingtaxrate
        description: Create a taxrate
        call: accounting-taxrate.createaccountingtaxrate
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounting/{connection-id}/taxrate/{id}
      name: accounting-connection-id-taxrate-id
      description: REST surface for accounting-connection_id-taxrate-id.
      operations:
      - method: DELETE
        name: removeaccountingtaxrate
        description: Remove a taxrate
        call: accounting-taxrate.removeaccountingtaxrate
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getaccountingtaxrate
        description: Retrieve a taxrate
        call: accounting-taxrate.getaccountingtaxrate
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchaccountingtaxrate
        description: Update a taxrate
        call: accounting-taxrate.patchaccountingtaxrate
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateaccountingtaxrate
        description: Update a taxrate
        call: accounting-taxrate.updateaccountingtaxrate
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: accounting-taxrate-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — taxrate. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-taxrates
      description: List all taxrates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounting-taxrate.listaccountingtaxrates
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        org_id: tools.org_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-taxrate
      description: Create a taxrate
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounting-taxrate.createaccountingtaxrate
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-taxrate
      description: Remove a taxrate
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: accounting-taxrate.removeaccountingtaxrate
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-taxrate
      description: Retrieve a taxrate
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounting-taxrate.getaccountingtaxrate
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-taxrate
      description: Update a taxrate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: accounting-taxrate.patchaccountingtaxrate
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-taxrate-2
      description: Update a taxrate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: accounting-taxrate.updateaccountingtaxrate
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.