Microsoft Graph · Capability

Microsoft Graph Teams — chats.teamsAppInstallation

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

Run with Naftiko Microsoft Graphchats.teamsAppInstallation

What You Can Do

GET
Chatsinstalledappsgetteamsapp — Microsoft Graph Get teamsApp from chats
/v1/chats/{chat-id}/installedapps/{teamsappinstallation-id}/teamsapp
GET
Chatsinstalledappsgetteamsappdefinition — Microsoft Graph Get teamsAppDefinition from chats
/v1/chats/{chat-id}/installedapps/{teamsappinstallation-id}/teamsappdefinition

MCP Tools

microsoft-graph-get-teamsapp-chats

Microsoft Graph Get teamsApp from chats

read-only idempotent
microsoft-graph-get-teamsappdefinition-chats

Microsoft Graph Get teamsAppDefinition from chats

read-only idempotent

Capability Spec

teams-chats-teamsappinstallation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Teams — chats.teamsAppInstallation
  description: 'Microsoft Graph Teams — chats.teamsAppInstallation. 2 operations. Lead operation: Microsoft Graph Get teamsApp
    from chats. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - chats.teamsAppInstallation
  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-teamsappinstallation
    baseUri: ''
    description: Microsoft Graph Teams — chats.teamsAppInstallation business capability. Self-contained, no shared references.
    resources:
    - name: chats-chat-id-installedApps-teamsAppInstallation-id-teamsApp
      path: /chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp
      operations:
      - name: chatsinstalledappsgetteamsapp
        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
    - name: chats-chat-id-installedApps-teamsAppInstallation-id-teamsAppDefinition
      path: /chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition
      operations:
      - name: chatsinstalledappsgetteamsappdefinition
        method: GET
        description: Microsoft Graph Get teamsAppDefinition 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-teamsappinstallation-rest
    port: 8080
    description: REST adapter for Microsoft Graph Teams — chats.teamsAppInstallation. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/chats/{chat-id}/installedapps/{teamsappinstallation-id}/teamsapp
      name: chats-chat-id-installedapps-teamsappinstallation-id-teamsapp
      description: REST surface for chats-chat-id-installedApps-teamsAppInstallation-id-teamsApp.
      operations:
      - method: GET
        name: chatsinstalledappsgetteamsapp
        description: Microsoft Graph Get teamsApp from chats
        call: teams-chats-teamsappinstallation.chatsinstalledappsgetteamsapp
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/chats/{chat-id}/installedapps/{teamsappinstallation-id}/teamsappdefinition
      name: chats-chat-id-installedapps-teamsappinstallation-id-teamsappdefinition
      description: REST surface for chats-chat-id-installedApps-teamsAppInstallation-id-teamsAppDefinition.
      operations:
      - method: GET
        name: chatsinstalledappsgetteamsappdefinition
        description: Microsoft Graph Get teamsAppDefinition from chats
        call: teams-chats-teamsappinstallation.chatsinstalledappsgetteamsappdefinition
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: teams-chats-teamsappinstallation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Teams — chats.teamsAppInstallation. 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-teamsappinstallation.chatsinstalledappsgetteamsapp
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-teamsappdefinition-chats
      description: Microsoft Graph Get teamsAppDefinition from chats
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: teams-chats-teamsappinstallation.chatsinstalledappsgetteamsappdefinition
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.