Microsoft Graph · Capability

Microsoft Graph Teams — me.userTeamwork

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

Run with Naftiko Microsoft Graphme.userTeamwork

What You Can Do

GET
Meteamworkinstalledappsgetteamsapp — Microsoft Graph Get teamsApp from me
/v1/me/teamwork/installedapps/{userscopeteamsappinstallation-id}/teamsapp
GET
Meteamworkinstalledappsgetteamsappdefinition — Microsoft Graph Get teamsAppDefinition from me
/v1/me/teamwork/installedapps/{userscopeteamsappinstallation-id}/teamsappdefinition

MCP Tools

microsoft-graph-get-teamsapp-me

Microsoft Graph Get teamsApp from me

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

Microsoft Graph Get teamsAppDefinition from me

read-only idempotent

Capability Spec

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