Microsoft Graph · Capability

Microsoft Graph Teams — chats.teamsTab

Microsoft Graph Teams — chats.teamsTab. 1 operations. Lead operation: Microsoft Graph Get teamsApp from chats. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphchats.teamsTab

What You Can Do

GET
Chatstabsgetteamsapp — Microsoft Graph Get teamsApp from chats
/v1/chats/{chat-id}/tabs/{teamstab-id}/teamsapp

MCP Tools

microsoft-graph-get-teamsapp-chats

Microsoft Graph Get teamsApp from chats

read-only idempotent

Capability Spec

teams-chats-teamstab.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Teams — chats.teamsTab
  description: 'Microsoft Graph Teams — chats.teamsTab. 1 operations. Lead operation: Microsoft Graph Get teamsApp from chats.
    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: teams-chats-teamstab
    baseUri: ''
    description: Microsoft Graph Teams — chats.teamsTab business capability. Self-contained, no shared references.
    resources:
    - 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: teams-chats-teamstab-rest
    port: 8080
    description: REST adapter for Microsoft Graph Teams — chats.teamsTab. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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: teams-chats-teamstab.chatstabsgetteamsapp
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: teams-chats-teamstab-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Teams — chats.teamsTab. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-get-teamsapp-chats
      description: Microsoft Graph Get teamsApp from chats
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: teams-chats-teamstab.chatstabsgetteamsapp
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.