Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration

Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration. 6 operations. Lead operation: Microsoft Graph List workforceIntegrations. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphteamwork.workforceIntegration

What You Can Do

GET
Teamworklistworkforceintegrations — Microsoft Graph List workforceIntegrations
/v1/teamwork/workforceintegrations
POST
Teamworkcreateworkforceintegrations — Microsoft Graph Create workforceIntegration
/v1/teamwork/workforceintegrations
GET
Teamworkworkforceintegrationsgetcount5b5b — Microsoft Graph Get the number of the resource
/v1/teamwork/workforceintegrations/count
GET
Teamworkgetworkforceintegrations — Microsoft Graph Get workforceIntegration
/v1/teamwork/workforceintegrations/{workforceintegration-id}
PATCH
Teamworkupdateworkforceintegrations — Microsoft Graph Update workforceIntegration
/v1/teamwork/workforceintegrations/{workforceintegration-id}
DELETE
Teamworkdeleteworkforceintegrations — Microsoft Graph Delete workforceIntegration
/v1/teamwork/workforceintegrations/{workforceintegration-id}

MCP Tools

microsoft-graph-list-workforceintegrations

Microsoft Graph List workforceIntegrations

read-only idempotent
microsoft-graph-create-workforceintegration

Microsoft Graph Create workforceIntegration

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-workforceintegration

Microsoft Graph Get workforceIntegration

read-only idempotent
microsoft-graph-update-workforceintegration

Microsoft Graph Update workforceIntegration

idempotent
microsoft-graph-delete-workforceintegration

Microsoft Graph Delete workforceIntegration

idempotent

Capability Spec

microsoft-graph-teamwork-workforceintegration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration. 6 operations.
    Lead operation: Microsoft Graph List workforceIntegrations. Self-contained Naftiko capability covering one Microsoft Graph
    business surface.'
  tags:
  - Microsoft Graph
  - teamwork.workforceIntegration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-graph-teamwork-workforceintegration
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration business capability.
      Self-contained, no shared references.
    resources:
    - name: teamwork-workforceIntegrations
      path: /teamwork/workforceIntegrations
      operations:
      - name: teamworklistworkforceintegrations
        method: GET
        description: Microsoft Graph List workforceIntegrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: teamworkcreateworkforceintegrations
        method: POST
        description: Microsoft Graph Create workforceIntegration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: teamwork-workforceIntegrations-$count
      path: /teamwork/workforceIntegrations/$count
      operations:
      - name: teamworkworkforceintegrationsgetcount5b5b
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: teamwork-workforceIntegrations-workforceIntegration-id
      path: /teamwork/workforceIntegrations/{workforceIntegration-id}
      operations:
      - name: teamworkgetworkforceintegrations
        method: GET
        description: Microsoft Graph Get workforceIntegration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: teamworkupdateworkforceintegrations
        method: PATCH
        description: Microsoft Graph Update workforceIntegration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: teamworkdeleteworkforceintegrations
        method: DELETE
        description: Microsoft Graph Delete workforceIntegration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-teamwork-workforceintegration-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/teamwork/workforceintegrations
      name: teamwork-workforceintegrations
      description: REST surface for teamwork-workforceIntegrations.
      operations:
      - method: GET
        name: teamworklistworkforceintegrations
        description: Microsoft Graph List workforceIntegrations
        call: microsoft-graph-teamwork-workforceintegration.teamworklistworkforceintegrations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: teamworkcreateworkforceintegrations
        description: Microsoft Graph Create workforceIntegration
        call: microsoft-graph-teamwork-workforceintegration.teamworkcreateworkforceintegrations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teamwork/workforceintegrations/count
      name: teamwork-workforceintegrations-count
      description: REST surface for teamwork-workforceIntegrations-$count.
      operations:
      - method: GET
        name: teamworkworkforceintegrationsgetcount5b5b
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-teamwork-workforceintegration.teamworkworkforceintegrationsgetcount5b5b
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teamwork/workforceintegrations/{workforceintegration-id}
      name: teamwork-workforceintegrations-workforceintegration-id
      description: REST surface for teamwork-workforceIntegrations-workforceIntegration-id.
      operations:
      - method: GET
        name: teamworkgetworkforceintegrations
        description: Microsoft Graph Get workforceIntegration
        call: microsoft-graph-teamwork-workforceintegration.teamworkgetworkforceintegrations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: teamworkupdateworkforceintegrations
        description: Microsoft Graph Update workforceIntegration
        call: microsoft-graph-teamwork-workforceintegration.teamworkupdateworkforceintegrations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: teamworkdeleteworkforceintegrations
        description: Microsoft Graph Delete workforceIntegration
        call: microsoft-graph-teamwork-workforceintegration.teamworkdeleteworkforceintegrations
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-teamwork-workforceintegration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — teamwork.workforceIntegration.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-workforceintegrations
      description: Microsoft Graph List workforceIntegrations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-workforceintegration.teamworklistworkforceintegrations
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-workforceintegration
      description: Microsoft Graph Create workforceIntegration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-teamwork-workforceintegration.teamworkcreateworkforceintegrations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-workforceintegration.teamworkworkforceintegrationsgetcount5b5b
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-workforceintegration
      description: Microsoft Graph Get workforceIntegration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-workforceintegration.teamworkgetworkforceintegrations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-workforceintegration
      description: Microsoft Graph Update workforceIntegration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-workforceintegration.teamworkupdateworkforceintegrations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-workforceintegration
      description: Microsoft Graph Delete workforceIntegration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-teamwork-workforceintegration.teamworkdeleteworkforceintegrations
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.