Microsoft Teams · Capability

Microsoft Graph Teams API — Apps

Microsoft Graph Teams API — Apps. 1 operations. Lead operation: Microsoft Teams List Installed Apps. Self-contained Naftiko capability covering one Microsoft Teams business surface.

Run with Naftiko Microsoft TeamsApps

What You Can Do

GET
Listinstalledapps — Microsoft Teams List Installed Apps
/v1/teams/{team-id}/installedapps

MCP Tools

microsoft-teams-list-installed-apps

Microsoft Teams List Installed Apps

read-only idempotent

Capability Spec

graph-apps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Teams API — Apps
  description: 'Microsoft Graph Teams API — Apps. 1 operations. Lead operation: Microsoft Teams List Installed Apps. Self-contained
    Naftiko capability covering one Microsoft Teams business surface.'
  tags:
  - Microsoft Teams
  - Apps
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_TEAMS_API_KEY: MICROSOFT_TEAMS_API_KEY
capability:
  consumes:
  - type: http
    namespace: graph-apps
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph Teams API — Apps business capability. Self-contained, no shared references.
    resources:
    - name: teams-team-id-installedApps
      path: /teams/{team-id}/installedApps
      operations:
      - name: listinstalledapps
        method: GET
        description: Microsoft Teams List Installed Apps
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: team-id
          in: path
          type: string
          description: The unique identifier of the team.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_TEAMS_API_KEY}}'
  exposes:
  - type: rest
    namespace: graph-apps-rest
    port: 8080
    description: REST adapter for Microsoft Graph Teams API — Apps. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/teams/{team-id}/installedapps
      name: teams-team-id-installedapps
      description: REST surface for teams-team-id-installedApps.
      operations:
      - method: GET
        name: listinstalledapps
        description: Microsoft Teams List Installed Apps
        call: graph-apps.listinstalledapps
        with:
          team-id: rest.team-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graph-apps-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Teams API — Apps. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-teams-list-installed-apps
      description: Microsoft Teams List Installed Apps
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graph-apps.listinstalledapps
      with:
        team-id: tools.team-id
      outputParameters:
      - type: object
        mapping: $.