Workday Financials · Capability

Workday Financials Workday Financial Management API — Cost Centers

Workday Financials Workday Financial Management API — Cost Centers. 2 operations. Lead operation: Workday Financials List cost centers. Self-contained Naftiko capability covering one Workday Financials business surface.

Run with Naftiko Workday FinancialsCost Centers

What You Can Do

GET
Listcostcenters — Workday Financials List cost centers
/v1/costcenters
GET
Getcostcenter — Workday Financials Get a cost center
/v1/costcenters/{id}

MCP Tools

workday-financials-list-cost-centers

Workday Financials List cost centers

read-only idempotent
workday-financials-get-cost-center

Workday Financials Get a cost center

read-only idempotent

Capability Spec

financial-management-cost-centers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Financials Workday Financial Management API — Cost Centers
  description: 'Workday Financials Workday Financial Management API — Cost Centers. 2 operations. Lead operation: Workday
    Financials List cost centers. Self-contained Naftiko capability covering one Workday Financials business surface.'
  tags:
  - Workday Financials
  - Cost Centers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_FINANCIALS_API_KEY: WORKDAY_FINANCIALS_API_KEY
capability:
  consumes:
  - type: http
    namespace: financial-management-cost-centers
    baseUri: https://{tenant}.workday.com/api/financialManagement/v38.2
    description: Workday Financials Workday Financial Management API — Cost Centers business capability. Self-contained, no
      shared references.
    resources:
    - name: costCenters
      path: /costCenters
      operations:
      - name: listcostcenters
        method: GET
        description: Workday Financials List cost centers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: costCenters-id
      path: /costCenters/{id}
      operations:
      - name: getcostcenter
        method: GET
        description: Workday Financials Get a cost center
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_FINANCIALS_API_KEY}}'
  exposes:
  - type: rest
    namespace: financial-management-cost-centers-rest
    port: 8080
    description: REST adapter for Workday Financials Workday Financial Management API — Cost Centers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/costcenters
      name: costcenters
      description: REST surface for costCenters.
      operations:
      - method: GET
        name: listcostcenters
        description: Workday Financials List cost centers
        call: financial-management-cost-centers.listcostcenters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/costcenters/{id}
      name: costcenters-id
      description: REST surface for costCenters-id.
      operations:
      - method: GET
        name: getcostcenter
        description: Workday Financials Get a cost center
        call: financial-management-cost-centers.getcostcenter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: financial-management-cost-centers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Financials Workday Financial Management API — Cost Centers. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-financials-list-cost-centers
      description: Workday Financials List cost centers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financial-management-cost-centers.listcostcenters
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-financials-get-cost-center
      description: Workday Financials Get a cost center
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financial-management-cost-centers.getcostcenter
      outputParameters:
      - type: object
        mapping: $.