Microsoft Graph · Capability

Microsoft Graph Teams — users.userTeamwork

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

Run with Naftiko Microsoft Graphusers.userTeamwork

What You Can Do

GET
Usersteamworkinstalledappsgetteamsapp — Microsoft Graph Get teamsApp from users
/v1/users/{user-id}/teamwork/installedapps/{userscopeteamsappinstallation-id}/teamsapp
GET
Usersteamworkinstalledappsgetteamsappdefinition — Microsoft Graph Get teamsAppDefinition from users
/v1/users/{user-id}/teamwork/installedapps/{userscopeteamsappinstallation-id}/teamsappdefinition

MCP Tools

microsoft-graph-get-teamsapp-users

Microsoft Graph Get teamsApp from users

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

Microsoft Graph Get teamsAppDefinition from users

read-only idempotent

Capability Spec

teams-users-userteamwork.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Teams — users.userTeamwork
  description: 'Microsoft Graph Teams — users.userTeamwork. 2 operations. Lead operation: Microsoft Graph Get teamsApp from
    users. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - users.userTeamwork
  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-users-userteamwork
    baseUri: ''
    description: Microsoft Graph Teams — users.userTeamwork business capability. Self-contained, no shared references.
    resources:
    - name: users-user-id-teamwork-installedApps-userScopeTeamsAppInstallation-id-teamsApp
      path: /users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp
      operations:
      - name: usersteamworkinstalledappsgetteamsapp
        method: GET
        description: Microsoft Graph Get teamsApp from users
        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: users-user-id-teamwork-installedApps-userScopeTeamsAppInstallation-id-teamsAppDe
      path: /users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition
      operations:
      - name: usersteamworkinstalledappsgetteamsappdefinition
        method: GET
        description: Microsoft Graph Get teamsAppDefinition from users
        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-users-userteamwork-rest
    port: 8080
    description: REST adapter for Microsoft Graph Teams — users.userTeamwork. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/teamwork/installedapps/{userscopeteamsappinstallation-id}/teamsapp
      name: users-user-id-teamwork-installedapps-userscopeteamsappinstallation-id-teamsapp
      description: REST surface for users-user-id-teamwork-installedApps-userScopeTeamsAppInstallation-id-teamsApp.
      operations:
      - method: GET
        name: usersteamworkinstalledappsgetteamsapp
        description: Microsoft Graph Get teamsApp from users
        call: teams-users-userteamwork.usersteamworkinstalledappsgetteamsapp
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{user-id}/teamwork/installedapps/{userscopeteamsappinstallation-id}/teamsappdefinition
      name: users-user-id-teamwork-installedapps-userscopeteamsappinstallation-id-teamsappde
      description: REST surface for users-user-id-teamwork-installedApps-userScopeTeamsAppInstallation-id-teamsAppDe.
      operations:
      - method: GET
        name: usersteamworkinstalledappsgetteamsappdefinition
        description: Microsoft Graph Get teamsAppDefinition from users
        call: teams-users-userteamwork.usersteamworkinstalledappsgetteamsappdefinition
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: teams-users-userteamwork-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Teams — users.userTeamwork. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-teamsapp-users
      description: Microsoft Graph Get teamsApp from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: teams-users-userteamwork.usersteamworkinstalledappsgetteamsapp
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-teamsappdefinition-users
      description: Microsoft Graph Get teamsAppDefinition from users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: teams-users-userteamwork.usersteamworkinstalledappsgetteamsappdefinition
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.