Microsoft Graph · Capability

Microsoft Graph Chats — chats.teamsTab

Microsoft Graph Chats — chats.teamsTab. 7 operations. Lead operation: Microsoft Graph List tabs in chat. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphchats.teamsTab

What You Can Do

GET
Chatslisttabs — Microsoft Graph List tabs in chat
/v1/chats/{chat-id}/tabs
POST
Chatscreatetabs — Microsoft Graph Add tab to chat
/v1/chats/{chat-id}/tabs
GET
Chatstabsgetcountb645 — Microsoft Graph Get the number of the resource
/v1/chats/{chat-id}/tabs/count
GET
Chatsgettabs — Microsoft Graph Get tab in chat
/v1/chats/{chat-id}/tabs/{teamstab-id}
PATCH
Chatsupdatetabs — Microsoft Graph Update tab in chat
/v1/chats/{chat-id}/tabs/{teamstab-id}
DELETE
Chatsdeletetabs — Microsoft Graph Delete tab from chat
/v1/chats/{chat-id}/tabs/{teamstab-id}
GET
Chatstabsgetteamsapp — Microsoft Graph Get teamsApp from chats
/v1/chats/{chat-id}/tabs/{teamstab-id}/teamsapp

MCP Tools

microsoft-graph-list-tabs-chat

Microsoft Graph List tabs in chat

read-only idempotent
microsoft-graph-add-tab-chat

Microsoft Graph Add tab to chat

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-tab-chat

Microsoft Graph Get tab in chat

read-only idempotent
microsoft-graph-update-tab-chat

Microsoft Graph Update tab in chat

idempotent
microsoft-graph-delete-tab-chat

Microsoft Graph Delete tab from chat

idempotent
microsoft-graph-get-teamsapp-chats

Microsoft Graph Get teamsApp from chats

read-only idempotent

Capability Spec

chats-chats-teamstab.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Chats — chats.teamsTab
  description: 'Microsoft Graph Chats — chats.teamsTab. 7 operations. Lead operation: Microsoft Graph List tabs in chat. Self-contained
    Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - chats.teamsTab
  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: chats-chats-teamstab
    baseUri: ''
    description: Microsoft Graph Chats — chats.teamsTab business capability. Self-contained, no shared references.
    resources:
    - name: chats-chat-id-tabs
      path: /chats/{chat-id}/tabs
      operations:
      - name: chatslisttabs
        method: GET
        description: Microsoft Graph List tabs in chat
        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: chatscreatetabs
        method: POST
        description: Microsoft Graph Add tab to chat
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: chats-chat-id-tabs-$count
      path: /chats/{chat-id}/tabs/$count
      operations:
      - name: chatstabsgetcountb645
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: chats-chat-id-tabs-teamsTab-id
      path: /chats/{chat-id}/tabs/{teamsTab-id}
      operations:
      - name: chatsgettabs
        method: GET
        description: Microsoft Graph Get tab in chat
        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: chatsupdatetabs
        method: PATCH
        description: Microsoft Graph Update tab in chat
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: chatsdeletetabs
        method: DELETE
        description: Microsoft Graph Delete tab from chat
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: chats-chat-id-tabs-teamsTab-id-teamsApp
      path: /chats/{chat-id}/tabs/{teamsTab-id}/teamsApp
      operations:
      - name: chatstabsgetteamsapp
        method: GET
        description: Microsoft Graph Get teamsApp from chats
        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
  exposes:
  - type: rest
    namespace: chats-chats-teamstab-rest
    port: 8080
    description: REST adapter for Microsoft Graph Chats — chats.teamsTab. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/chats/{chat-id}/tabs
      name: chats-chat-id-tabs
      description: REST surface for chats-chat-id-tabs.
      operations:
      - method: GET
        name: chatslisttabs
        description: Microsoft Graph List tabs in chat
        call: chats-chats-teamstab.chatslisttabs
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: chatscreatetabs
        description: Microsoft Graph Add tab to chat
        call: chats-chats-teamstab.chatscreatetabs
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/tabs/count
      name: chats-chat-id-tabs-count
      description: REST surface for chats-chat-id-tabs-$count.
      operations:
      - method: GET
        name: chatstabsgetcountb645
        description: Microsoft Graph Get the number of the resource
        call: chats-chats-teamstab.chatstabsgetcountb645
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/tabs/{teamstab-id}
      name: chats-chat-id-tabs-teamstab-id
      description: REST surface for chats-chat-id-tabs-teamsTab-id.
      operations:
      - method: GET
        name: chatsgettabs
        description: Microsoft Graph Get tab in chat
        call: chats-chats-teamstab.chatsgettabs
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: chatsupdatetabs
        description: Microsoft Graph Update tab in chat
        call: chats-chats-teamstab.chatsupdatetabs
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: chatsdeletetabs
        description: Microsoft Graph Delete tab from chat
        call: chats-chats-teamstab.chatsdeletetabs
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/tabs/{teamstab-id}/teamsapp
      name: chats-chat-id-tabs-teamstab-id-teamsapp
      description: REST surface for chats-chat-id-tabs-teamsTab-id-teamsApp.
      operations:
      - method: GET
        name: chatstabsgetteamsapp
        description: Microsoft Graph Get teamsApp from chats
        call: chats-chats-teamstab.chatstabsgetteamsapp
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: chats-chats-teamstab-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Chats — chats.teamsTab. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-list-tabs-chat
      description: Microsoft Graph List tabs in chat
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chats-chats-teamstab.chatslisttabs
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-tab-chat
      description: Microsoft Graph Add tab to chat
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: chats-chats-teamstab.chatscreatetabs
      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: chats-chats-teamstab.chatstabsgetcountb645
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-tab-chat
      description: Microsoft Graph Get tab in chat
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chats-chats-teamstab.chatsgettabs
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-tab-chat
      description: Microsoft Graph Update tab in chat
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: chats-chats-teamstab.chatsupdatetabs
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-tab-chat
      description: Microsoft Graph Delete tab from chat
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: chats-chats-teamstab.chatsdeletetabs
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-teamsapp-chats
      description: Microsoft Graph Get teamsApp from chats
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chats-chats-teamstab.chatstabsgetteamsapp
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.