Microsoft Graph · Capability

Microsoft Graph Connections — connections.externalGroup

Microsoft Graph Connections — connections.externalGroup. 12 operations. Lead operation: Microsoft Graph Get groups from connections. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphconnections.externalGroup

What You Can Do

GET
Connectionslistgroups — Microsoft Graph Get groups from connections
/v1/connections/{externalconnection-id}/groups
POST
Connectionscreategroups — Microsoft Graph Create new navigation property to groups for connections
/v1/connections/{externalconnection-id}/groups
GET
Connectionsgroupsgetcount6035 — Microsoft Graph Get the number of the resource
/v1/connections/{externalconnection-id}/groups/count
GET
Connectionsgetgroups — Microsoft Graph Get groups from connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}
PATCH
Connectionsupdategroups — Microsoft Graph Update the navigation property groups in connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}
DELETE
Connectionsdeletegroups — Microsoft Graph Delete navigation property groups for connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}
GET
Connectionsgroupslistmembers — Microsoft Graph Get members from connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members
POST
Connectionsgroupscreatemembers — Microsoft Graph Create new navigation property to members for connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members
GET
Connectionsgroupsmembersgetcountd49a — Microsoft Graph Get the number of the resource
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members/count
GET
Connectionsgroupsgetmembers — Microsoft Graph Get members from connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members/{identity-id}
PATCH
Connectionsgroupsupdatemembers — Microsoft Graph Update the navigation property members in connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members/{identity-id}
DELETE
Connectionsgroupsdeletemembers — Microsoft Graph Delete navigation property members for connections
/v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members/{identity-id}

MCP Tools

microsoft-graph-get-groups-connections

Microsoft Graph Get groups from connections

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to groups for connections

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-groups-connections-2

Microsoft Graph Get groups from connections

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property groups in connections

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property groups for connections

idempotent
microsoft-graph-get-members-connections

Microsoft Graph Get members from connections

read-only idempotent
microsoft-graph-create-new-navigation-2

Microsoft Graph Create new navigation property to members for connections

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-members-connections-2

Microsoft Graph Get members from connections

read-only idempotent
microsoft-graph-update-navigation-property-2

Microsoft Graph Update the navigation property members in connections

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property members for connections

idempotent

Capability Spec

connections-connections-externalgroup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Connections — connections.externalGroup
  description: 'Microsoft Graph Connections — connections.externalGroup. 12 operations. Lead operation: Microsoft Graph Get
    groups from connections. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - connections.externalGroup
  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: connections-connections-externalgroup
    baseUri: ''
    description: Microsoft Graph Connections — connections.externalGroup business capability. Self-contained, no shared references.
    resources:
    - name: connections-externalConnection-id-groups
      path: /connections/{externalConnection-id}/groups
      operations:
      - name: connectionslistgroups
        method: GET
        description: Microsoft Graph Get groups from connections
        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: connectionscreategroups
        method: POST
        description: Microsoft Graph Create new navigation property to groups for connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: connections-externalConnection-id-groups-$count
      path: /connections/{externalConnection-id}/groups/$count
      operations:
      - name: connectionsgroupsgetcount6035
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: connections-externalConnection-id-groups-externalGroup-id
      path: /connections/{externalConnection-id}/groups/{externalGroup-id}
      operations:
      - name: connectionsgetgroups
        method: GET
        description: Microsoft Graph Get groups from connections
        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: connectionsupdategroups
        method: PATCH
        description: Microsoft Graph Update the navigation property groups in connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: connectionsdeletegroups
        method: DELETE
        description: Microsoft Graph Delete navigation property groups for connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: connections-externalConnection-id-groups-externalGroup-id-members
      path: /connections/{externalConnection-id}/groups/{externalGroup-id}/members
      operations:
      - name: connectionsgroupslistmembers
        method: GET
        description: Microsoft Graph Get members from connections
        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: connectionsgroupscreatemembers
        method: POST
        description: Microsoft Graph Create new navigation property to members for connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: connections-externalConnection-id-groups-externalGroup-id-members-$count
      path: /connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count
      operations:
      - name: connectionsgroupsmembersgetcountd49a
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: connections-externalConnection-id-groups-externalGroup-id-members-identity-id
      path: /connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}
      operations:
      - name: connectionsgroupsgetmembers
        method: GET
        description: Microsoft Graph Get members from connections
        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: connectionsgroupsupdatemembers
        method: PATCH
        description: Microsoft Graph Update the navigation property members in connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: connectionsgroupsdeletemembers
        method: DELETE
        description: Microsoft Graph Delete navigation property members for connections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: connections-connections-externalgroup-rest
    port: 8080
    description: REST adapter for Microsoft Graph Connections — connections.externalGroup. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/connections/{externalconnection-id}/groups
      name: connections-externalconnection-id-groups
      description: REST surface for connections-externalConnection-id-groups.
      operations:
      - method: GET
        name: connectionslistgroups
        description: Microsoft Graph Get groups from connections
        call: connections-connections-externalgroup.connectionslistgroups
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: connectionscreategroups
        description: Microsoft Graph Create new navigation property to groups for connections
        call: connections-connections-externalgroup.connectionscreategroups
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connections/{externalconnection-id}/groups/count
      name: connections-externalconnection-id-groups-count
      description: REST surface for connections-externalConnection-id-groups-$count.
      operations:
      - method: GET
        name: connectionsgroupsgetcount6035
        description: Microsoft Graph Get the number of the resource
        call: connections-connections-externalgroup.connectionsgroupsgetcount6035
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connections/{externalconnection-id}/groups/{externalgroup-id}
      name: connections-externalconnection-id-groups-externalgroup-id
      description: REST surface for connections-externalConnection-id-groups-externalGroup-id.
      operations:
      - method: GET
        name: connectionsgetgroups
        description: Microsoft Graph Get groups from connections
        call: connections-connections-externalgroup.connectionsgetgroups
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: connectionsupdategroups
        description: Microsoft Graph Update the navigation property groups in connections
        call: connections-connections-externalgroup.connectionsupdategroups
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: connectionsdeletegroups
        description: Microsoft Graph Delete navigation property groups for connections
        call: connections-connections-externalgroup.connectionsdeletegroups
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members
      name: connections-externalconnection-id-groups-externalgroup-id-members
      description: REST surface for connections-externalConnection-id-groups-externalGroup-id-members.
      operations:
      - method: GET
        name: connectionsgroupslistmembers
        description: Microsoft Graph Get members from connections
        call: connections-connections-externalgroup.connectionsgroupslistmembers
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: connectionsgroupscreatemembers
        description: Microsoft Graph Create new navigation property to members for connections
        call: connections-connections-externalgroup.connectionsgroupscreatemembers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members/count
      name: connections-externalconnection-id-groups-externalgroup-id-members-count
      description: REST surface for connections-externalConnection-id-groups-externalGroup-id-members-$count.
      operations:
      - method: GET
        name: connectionsgroupsmembersgetcountd49a
        description: Microsoft Graph Get the number of the resource
        call: connections-connections-externalgroup.connectionsgroupsmembersgetcountd49a
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/connections/{externalconnection-id}/groups/{externalgroup-id}/members/{identity-id}
      name: connections-externalconnection-id-groups-externalgroup-id-members-identity-id
      description: REST surface for connections-externalConnection-id-groups-externalGroup-id-members-identity-id.
      operations:
      - method: GET
        name: connectionsgroupsgetmembers
        description: Microsoft Graph Get members from connections
        call: connections-connections-externalgroup.connectionsgroupsgetmembers
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: connectionsgroupsupdatemembers
        description: Microsoft Graph Update the navigation property members in connections
        call: connections-connections-externalgroup.connectionsgroupsupdatemembers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: connectionsgroupsdeletemembers
        description: Microsoft Graph Delete navigation property members for connections
        call: connections-connections-externalgroup.connectionsgroupsdeletemembers
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connections-connections-externalgroup-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Connections — connections.externalGroup. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-groups-connections
      description: Microsoft Graph Get groups from connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionslistgroups
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to groups for connections
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connections-connections-externalgroup.connectionscreategroups
      with:
        body: tools.body
      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: connections-connections-externalgroup.connectionsgroupsgetcount6035
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-groups-connections-2
      description: Microsoft Graph Get groups from connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionsgetgroups
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property groups in connections
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionsupdategroups
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property groups for connections
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: connections-connections-externalgroup.connectionsdeletegroups
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-members-connections
      description: Microsoft Graph Get members from connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionsgroupslistmembers
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation-2
      description: Microsoft Graph Create new navigation property to members for connections
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: connections-connections-externalgroup.connectionsgroupscreatemembers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionsgroupsmembersgetcountd49a
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-members-connections-2
      description: Microsoft Graph Get members from connections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionsgroupsgetmembers
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property members in connections
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: connections-connections-externalgroup.connectionsgroupsupdatemembers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property members for connections
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: connections-connections-externalgroup.connectionsgroupsdeletemembers
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.