Workday Payroll · Capability

Workday Payroll Workday Tax API — Tax Jurisdictions

Workday Payroll Workday Tax API — Tax Jurisdictions. 2 operations. Lead operation: Workday Payroll List Tax Jurisdictions. Self-contained Naftiko capability covering one Workday Payroll business surface.

Run with Naftiko Workday PayrollTax Jurisdictions

What You Can Do

GET
Listtaxjurisdictions — Workday Payroll List Tax Jurisdictions
/v1/taxjurisdictions
GET
Gettaxjurisdiction — Workday Payroll Get a Tax Jurisdiction
/v1/taxjurisdictions/{jurisdictionid}

MCP Tools

workday-payroll-list-tax-jurisdictions

Workday Payroll List Tax Jurisdictions

read-only idempotent
workday-payroll-get-tax-jurisdiction

Workday Payroll Get a Tax Jurisdiction

read-only idempotent

Capability Spec

tax-tax-jurisdictions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Payroll Workday Tax API — Tax Jurisdictions
  description: 'Workday Payroll Workday Tax API — Tax Jurisdictions. 2 operations. Lead operation: Workday Payroll List Tax
    Jurisdictions. Self-contained Naftiko capability covering one Workday Payroll business surface.'
  tags:
  - Workday Payroll
  - Tax Jurisdictions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_PAYROLL_API_KEY: WORKDAY_PAYROLL_API_KEY
capability:
  consumes:
  - type: http
    namespace: tax-tax-jurisdictions
    baseUri: https://api.workday.com/tax/v1
    description: Workday Payroll Workday Tax API — Tax Jurisdictions business capability. Self-contained, no shared references.
    resources:
    - name: taxJurisdictions
      path: /taxJurisdictions
      operations:
      - name: listtaxjurisdictions
        method: GET
        description: Workday Payroll List Tax Jurisdictions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: level
          in: query
          type: string
          description: Filter by jurisdiction level
        - name: country
          in: query
          type: string
          description: Filter by country code
    - name: taxJurisdictions-jurisdictionId
      path: /taxJurisdictions/{jurisdictionId}
      operations:
      - name: gettaxjurisdiction
        method: GET
        description: Workday Payroll Get a Tax Jurisdiction
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_PAYROLL_API_KEY}}'
  exposes:
  - type: rest
    namespace: tax-tax-jurisdictions-rest
    port: 8080
    description: REST adapter for Workday Payroll Workday Tax API — Tax Jurisdictions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/taxjurisdictions
      name: taxjurisdictions
      description: REST surface for taxJurisdictions.
      operations:
      - method: GET
        name: listtaxjurisdictions
        description: Workday Payroll List Tax Jurisdictions
        call: tax-tax-jurisdictions.listtaxjurisdictions
        with:
          level: rest.level
          country: rest.country
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/taxjurisdictions/{jurisdictionid}
      name: taxjurisdictions-jurisdictionid
      description: REST surface for taxJurisdictions-jurisdictionId.
      operations:
      - method: GET
        name: gettaxjurisdiction
        description: Workday Payroll Get a Tax Jurisdiction
        call: tax-tax-jurisdictions.gettaxjurisdiction
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tax-tax-jurisdictions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Payroll Workday Tax API — Tax Jurisdictions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: workday-payroll-list-tax-jurisdictions
      description: Workday Payroll List Tax Jurisdictions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tax-tax-jurisdictions.listtaxjurisdictions
      with:
        level: tools.level
        country: tools.country
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-payroll-get-tax-jurisdiction
      description: Workday Payroll Get a Tax Jurisdiction
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tax-tax-jurisdictions.gettaxjurisdiction
      outputParameters:
      - type: object
        mapping: $.