Microsoft Graph · Capability

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

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

Run with Naftiko Microsoft Graphteamwork.deletedChat

What You Can Do

GET
Teamworklistdeletedchats — Microsoft Graph Get deletedChat
/v1/teamwork/deletedchats
POST
Teamworkcreatedeletedchats — Microsoft Graph Create new navigation property to deletedChats for teamwork
/v1/teamwork/deletedchats
GET
Teamworkdeletedchatsgetcountfc09 — Microsoft Graph Get the number of the resource
/v1/teamwork/deletedchats/count
GET
Teamworkgetdeletedchats — Microsoft Graph Get deletedChat
/v1/teamwork/deletedchats/{deletedchat-id}
PATCH
Teamworkupdatedeletedchats — Microsoft Graph Update the navigation property deletedChats in teamwork
/v1/teamwork/deletedchats/{deletedchat-id}
DELETE
Teamworkdeletedeletedchats — Microsoft Graph Delete navigation property deletedChats for teamwork
/v1/teamwork/deletedchats/{deletedchat-id}
POST
Teamworkdeletedchatsdeletedchatundodelete — Microsoft Graph Invoke action undoDelete
/v1/teamwork/deletedchats/{deletedchat-id}/undodelete

MCP Tools

microsoft-graph-get-deletedchat

Microsoft Graph Get deletedChat

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to deletedChats for teamwork

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-deletedchat-2

Microsoft Graph Get deletedChat

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property deletedChats in teamwork

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property deletedChats for teamwork

idempotent
microsoft-graph-invoke-action-undodelete

Microsoft Graph Invoke action undoDelete

Capability Spec

microsoft-graph-teamwork-deletedchat.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — teamwork.deletedChat
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — teamwork.deletedChat. 7 operations. Lead operation:
    Microsoft Graph Get deletedChat. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - teamwork.deletedChat
  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-deletedchat
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — teamwork.deletedChat business capability. Self-contained,
      no shared references.
    resources:
    - name: teamwork-deletedChats
      path: /teamwork/deletedChats
      operations:
      - name: teamworklistdeletedchats
        method: GET
        description: Microsoft Graph Get deletedChat
        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: teamworkcreatedeletedchats
        method: POST
        description: Microsoft Graph Create new navigation property to deletedChats for teamwork
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: teamwork-deletedChats-$count
      path: /teamwork/deletedChats/$count
      operations:
      - name: teamworkdeletedchatsgetcountfc09
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: teamwork-deletedChats-deletedChat-id
      path: /teamwork/deletedChats/{deletedChat-id}
      operations:
      - name: teamworkgetdeletedchats
        method: GET
        description: Microsoft Graph Get deletedChat
        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: teamworkupdatedeletedchats
        method: PATCH
        description: Microsoft Graph Update the navigation property deletedChats in teamwork
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: teamworkdeletedeletedchats
        method: DELETE
        description: Microsoft Graph Delete navigation property deletedChats for teamwork
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: teamwork-deletedChats-deletedChat-id-undoDelete
      path: /teamwork/deletedChats/{deletedChat-id}/undoDelete
      operations:
      - name: teamworkdeletedchatsdeletedchatundodelete
        method: POST
        description: Microsoft Graph Invoke action undoDelete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-graph-teamwork-deletedchat-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — teamwork.deletedChat. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/teamwork/deletedchats
      name: teamwork-deletedchats
      description: REST surface for teamwork-deletedChats.
      operations:
      - method: GET
        name: teamworklistdeletedchats
        description: Microsoft Graph Get deletedChat
        call: microsoft-graph-teamwork-deletedchat.teamworklistdeletedchats
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: teamworkcreatedeletedchats
        description: Microsoft Graph Create new navigation property to deletedChats for teamwork
        call: microsoft-graph-teamwork-deletedchat.teamworkcreatedeletedchats
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teamwork/deletedchats/count
      name: teamwork-deletedchats-count
      description: REST surface for teamwork-deletedChats-$count.
      operations:
      - method: GET
        name: teamworkdeletedchatsgetcountfc09
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-teamwork-deletedchat.teamworkdeletedchatsgetcountfc09
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teamwork/deletedchats/{deletedchat-id}
      name: teamwork-deletedchats-deletedchat-id
      description: REST surface for teamwork-deletedChats-deletedChat-id.
      operations:
      - method: GET
        name: teamworkgetdeletedchats
        description: Microsoft Graph Get deletedChat
        call: microsoft-graph-teamwork-deletedchat.teamworkgetdeletedchats
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: teamworkupdatedeletedchats
        description: Microsoft Graph Update the navigation property deletedChats in teamwork
        call: microsoft-graph-teamwork-deletedchat.teamworkupdatedeletedchats
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: teamworkdeletedeletedchats
        description: Microsoft Graph Delete navigation property deletedChats for teamwork
        call: microsoft-graph-teamwork-deletedchat.teamworkdeletedeletedchats
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teamwork/deletedchats/{deletedchat-id}/undodelete
      name: teamwork-deletedchats-deletedchat-id-undodelete
      description: REST surface for teamwork-deletedChats-deletedChat-id-undoDelete.
      operations:
      - method: POST
        name: teamworkdeletedchatsdeletedchatundodelete
        description: Microsoft Graph Invoke action undoDelete
        call: microsoft-graph-teamwork-deletedchat.teamworkdeletedchatsdeletedchatundodelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-teamwork-deletedchat-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — teamwork.deletedChat. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-deletedchat
      description: Microsoft Graph Get deletedChat
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-deletedchat.teamworklistdeletedchats
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to deletedChats for teamwork
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-teamwork-deletedchat.teamworkcreatedeletedchats
      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-deletedchat.teamworkdeletedchatsgetcountfc09
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-deletedchat-2
      description: Microsoft Graph Get deletedChat
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-deletedchat.teamworkgetdeletedchats
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property deletedChats in teamwork
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-teamwork-deletedchat.teamworkupdatedeletedchats
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property deletedChats for teamwork
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-teamwork-deletedchat.teamworkdeletedeletedchats
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-invoke-action-undodelete
      description: Microsoft Graph Invoke action undoDelete
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-teamwork-deletedchat.teamworkdeletedchatsdeletedchatundodelete
      outputParameters:
      - type: object
        mapping: $.