Microsoft Graph · Capability

Microsoft Graph Teams — Me.team

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

Run with Naftiko Microsoft GraphMe.team

What You Can Do

GET
Mejoinedteamschannelstabsgetteamsapp — Microsoft Graph Get teamsApp from me
/v1/me/joinedteams/{team-id}/channels/{channel-id}/tabs/{teamstab-id}/teamsapp
GET
Mejoinedteamsinstalledappsgetteamsapp — Microsoft Graph Get teamsApp from me
/v1/me/joinedteams/{team-id}/installedapps/{teamsappinstallation-id}/teamsapp
GET
Mejoinedteamsinstalledappsgetteamsappdefinition — Microsoft Graph Get teamsAppDefinition from me
/v1/me/joinedteams/{team-id}/installedapps/{teamsappinstallation-id}/teamsappdefinition
GET
Mejoinedteamsprimarychanneltabsgetteamsapp — Microsoft Graph Get teamsApp from me
/v1/me/joinedteams/{team-id}/primarychannel/tabs/{teamstab-id}/teamsapp

MCP Tools

microsoft-graph-get-teamsapp-me

Microsoft Graph Get teamsApp from me

read-only idempotent
microsoft-graph-get-teamsapp-me-2

Microsoft Graph Get teamsApp from me

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

Microsoft Graph Get teamsAppDefinition from me

read-only idempotent
microsoft-graph-get-teamsapp-me-3

Microsoft Graph Get teamsApp from me

read-only idempotent

Capability Spec

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