Microsoft Graph · Capability

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

Microsoft Graph OData Service for namespace microsoft.graph — Teamwork.teamwork. 2 operations. Lead operation: Microsoft Graph Get teamwork. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphTeamwork.teamwork

What You Can Do

GET
Teamworkteamworkgetteamwork — Microsoft Graph Get teamwork
/v1/teamwork
PATCH
Teamworkteamworkupdateteamwork — Microsoft Graph Update teamwork
/v1/teamwork

MCP Tools

microsoft-graph-get-teamwork

Microsoft Graph Get teamwork

read-only idempotent
microsoft-graph-update-teamwork

Microsoft Graph Update teamwork

idempotent

Capability Spec

microsoft-graph-teamwork-teamwork.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — Teamwork.teamwork
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — Teamwork.teamwork. 2 operations. Lead operation:
    Microsoft Graph Get teamwork. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Teamwork.teamwork
  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-teamwork
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — Teamwork.teamwork business capability. Self-contained,
      no shared references.
    resources:
    - name: teamwork
      path: /teamwork
      operations:
      - name: teamworkteamworkgetteamwork
        method: GET
        description: Microsoft Graph Get teamwork
        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: teamworkteamworkupdateteamwork
        method: PATCH
        description: Microsoft Graph Update teamwork
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: microsoft-graph-teamwork-teamwork-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — Teamwork.teamwork. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/teamwork
      name: teamwork
      description: REST surface for teamwork.
      operations:
      - method: GET
        name: teamworkteamworkgetteamwork
        description: Microsoft Graph Get teamwork
        call: microsoft-graph-teamwork-teamwork.teamworkteamworkgetteamwork
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: teamworkteamworkupdateteamwork
        description: Microsoft Graph Update teamwork
        call: microsoft-graph-teamwork-teamwork.teamworkteamworkupdateteamwork
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-teamwork-teamwork-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — Teamwork.teamwork. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-teamwork
      description: Microsoft Graph Get teamwork
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-teamwork.teamworkteamworkgetteamwork
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-teamwork
      description: Microsoft Graph Update teamwork
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-teamwork.teamworkteamworkupdateteamwork
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.