Workday Integration · Capability

Workday Integration Workday Flex Team API — Flex Teams

Workday Integration Workday Flex Team API — Flex Teams. 2 operations. Lead operation: Workday Integration Retrieve a collection of teams. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationFlex Teams

What You Can Do

GET
Getteams — Workday Integration Retrieve a collection of teams
/v1/teams
GET
Getteambyid — Workday Integration Retrieve a specific Team
/v1/teams/{id}

MCP Tools

workday-integration-retrieve-collection-teams

Workday Integration Retrieve a collection of teams

read-only idempotent
workday-integration-retrieve-specific-team

Workday Integration Retrieve a specific Team

read-only idempotent

Capability Spec

flex-team-flex-teams.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Flex Team API — Flex Teams
  description: 'Workday Integration Workday Flex Team API — Flex Teams. 2 operations. Lead operation: Workday Integration
    Retrieve a collection of teams. Self-contained Naftiko capability covering one Workday Integration business surface.'
  tags:
  - Workday Integration
  - Flex Teams
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATION_API_KEY: WORKDAY_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: flex-team-flex-teams
    baseUri: https://{baseUrl}/ccx/api/flexTeam/v1/{tenant}
    description: Workday Integration Workday Flex Team API — Flex Teams business capability. Self-contained, no shared references.
    resources:
    - name: teams
      path: /teams
      operations:
      - name: getteams
        method: GET
        description: Workday Integration Retrieve a collection of teams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: teams-ID
      path: /teams/{ID}
      operations:
      - name: getteambyid
        method: GET
        description: Workday Integration Retrieve a specific Team
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: flex-team-flex-teams-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Flex Team API — Flex Teams. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/teams
      name: teams
      description: REST surface for teams.
      operations:
      - method: GET
        name: getteams
        description: Workday Integration Retrieve a collection of teams
        call: flex-team-flex-teams.getteams
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teams/{id}
      name: teams-id
      description: REST surface for teams-ID.
      operations:
      - method: GET
        name: getteambyid
        description: Workday Integration Retrieve a specific Team
        call: flex-team-flex-teams.getteambyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: flex-team-flex-teams-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Flex Team API — Flex Teams. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-collection-teams
      description: Workday Integration Retrieve a collection of teams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flex-team-flex-teams.getteams
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integration-retrieve-specific-team
      description: Workday Integration Retrieve a specific Team
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: flex-team-flex-teams.getteambyid
      outputParameters:
      - type: object
        mapping: $.