Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — Teams.group

Microsoft Graph OData Service for namespace microsoft.graph — Teams.group. 3 operations. Lead operation: Microsoft Graph Get group from teams. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphTeams.group

What You Can Do

GET
Teamsgetgroup — Microsoft Graph Get group from teams
/v1/teams/{team-id}/group
GET
Teamsgrouplistserviceprovisioningerrors — Microsoft Graph Get serviceProvisioningErrors property value
/v1/teams/{team-id}/group/serviceprovisioningerrors
GET
Teamsgroupserviceprovisioningerrorsgetcountf5fe — Microsoft Graph Get the number of the resource
/v1/teams/{team-id}/group/serviceprovisioningerrors/count

MCP Tools

microsoft-graph-get-group-teams

Microsoft Graph Get group from teams

read-only idempotent
microsoft-graph-get-serviceprovisioningerrors-property

Microsoft Graph Get serviceProvisioningErrors property value

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent

Capability Spec

microsoft-graph-teams-group.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — Teams.group
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — Teams.group. 3 operations. Lead operation: Microsoft
    Graph Get group from teams. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Teams.group
  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: microsoft-graph-teams-group
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — Teams.group business capability. Self-contained,
      no shared references.
    resources:
    - name: teams-team-id-group
      path: /teams/{team-id}/group
      operations:
      - name: teamsgetgroup
        method: GET
        description: Microsoft Graph Get group from teams
        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: teams-team-id-group-serviceProvisioningErrors
      path: /teams/{team-id}/group/serviceProvisioningErrors
      operations:
      - name: teamsgrouplistserviceprovisioningerrors
        method: GET
        description: Microsoft Graph Get serviceProvisioningErrors property value
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
    - name: teams-team-id-group-serviceProvisioningErrors-$count
      path: /teams/{team-id}/group/serviceProvisioningErrors/$count
      operations:
      - name: teamsgroupserviceprovisioningerrorsgetcountf5fe
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-graph-teams-group-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — Teams.group. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/teams/{team-id}/group
      name: teams-team-id-group
      description: REST surface for teams-team-id-group.
      operations:
      - method: GET
        name: teamsgetgroup
        description: Microsoft Graph Get group from teams
        call: microsoft-graph-teams-group.teamsgetgroup
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teams/{team-id}/group/serviceprovisioningerrors
      name: teams-team-id-group-serviceprovisioningerrors
      description: REST surface for teams-team-id-group-serviceProvisioningErrors.
      operations:
      - method: GET
        name: teamsgrouplistserviceprovisioningerrors
        description: Microsoft Graph Get serviceProvisioningErrors property value
        call: microsoft-graph-teams-group.teamsgrouplistserviceprovisioningerrors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teams/{team-id}/group/serviceprovisioningerrors/count
      name: teams-team-id-group-serviceprovisioningerrors-count
      description: REST surface for teams-team-id-group-serviceProvisioningErrors-$count.
      operations:
      - method: GET
        name: teamsgroupserviceprovisioningerrorsgetcountf5fe
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-teams-group.teamsgroupserviceprovisioningerrorsgetcountf5fe
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-teams-group-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — Teams.group. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-group-teams
      description: Microsoft Graph Get group from teams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teams-group.teamsgetgroup
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-serviceprovisioningerrors-property
      description: Microsoft Graph Get serviceProvisioningErrors property value
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teams-group.teamsgrouplistserviceprovisioningerrors
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-teams-group.teamsgroupserviceprovisioningerrorsgetcountf5fe
      outputParameters:
      - type: object
        mapping: $.