Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting

Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting. 6 operations. Lead operation: Microsoft Graph List settings. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphgroups.groupSetting

What You Can Do

GET
Groupslistsettings — Microsoft Graph List settings
/v1/groups/{group-id}/settings
POST
Groupscreatesettings — Microsoft Graph Create settings
/v1/groups/{group-id}/settings
GET
Groupssettingsgetcount7641 — Microsoft Graph Get the number of the resource
/v1/groups/{group-id}/settings/count
GET
Groupsgetsettings — Microsoft Graph Get groupSetting
/v1/groups/{group-id}/settings/{groupsetting-id}
PATCH
Groupsupdatesettings — Microsoft Graph Update groupSetting
/v1/groups/{group-id}/settings/{groupsetting-id}
DELETE
Groupsdeletesettings — Microsoft Graph Delete navigation property settings for groups
/v1/groups/{group-id}/settings/{groupsetting-id}

MCP Tools

microsoft-graph-list-settings

Microsoft Graph List settings

read-only idempotent
microsoft-graph-create-settings

Microsoft Graph Create settings

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-groupsetting

Microsoft Graph Get groupSetting

read-only idempotent
microsoft-graph-update-groupsetting

Microsoft Graph Update groupSetting

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property settings for groups

idempotent

Capability Spec

microsoft-graph-groups-groupsetting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting. 6 operations. Lead operation:
    Microsoft Graph List settings. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - groups.groupSetting
  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-groups-groupsetting
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting business capability. Self-contained,
      no shared references.
    resources:
    - name: groups-group-id-settings
      path: /groups/{group-id}/settings
      operations:
      - name: groupslistsettings
        method: GET
        description: Microsoft Graph List settings
        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: groupscreatesettings
        method: POST
        description: Microsoft Graph Create settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: groups-group-id-settings-$count
      path: /groups/{group-id}/settings/$count
      operations:
      - name: groupssettingsgetcount7641
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: groups-group-id-settings-groupSetting-id
      path: /groups/{group-id}/settings/{groupSetting-id}
      operations:
      - name: groupsgetsettings
        method: GET
        description: Microsoft Graph Get groupSetting
        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: groupsupdatesettings
        method: PATCH
        description: Microsoft Graph Update groupSetting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: groupsdeletesettings
        method: DELETE
        description: Microsoft Graph Delete navigation property settings for groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-groups-groupsetting-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/groups/{group-id}/settings
      name: groups-group-id-settings
      description: REST surface for groups-group-id-settings.
      operations:
      - method: GET
        name: groupslistsettings
        description: Microsoft Graph List settings
        call: microsoft-graph-groups-groupsetting.groupslistsettings
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: groupscreatesettings
        description: Microsoft Graph Create settings
        call: microsoft-graph-groups-groupsetting.groupscreatesettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/groups/{group-id}/settings/count
      name: groups-group-id-settings-count
      description: REST surface for groups-group-id-settings-$count.
      operations:
      - method: GET
        name: groupssettingsgetcount7641
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-groups-groupsetting.groupssettingsgetcount7641
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/groups/{group-id}/settings/{groupsetting-id}
      name: groups-group-id-settings-groupsetting-id
      description: REST surface for groups-group-id-settings-groupSetting-id.
      operations:
      - method: GET
        name: groupsgetsettings
        description: Microsoft Graph Get groupSetting
        call: microsoft-graph-groups-groupsetting.groupsgetsettings
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: groupsupdatesettings
        description: Microsoft Graph Update groupSetting
        call: microsoft-graph-groups-groupsetting.groupsupdatesettings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: groupsdeletesettings
        description: Microsoft Graph Delete navigation property settings for groups
        call: microsoft-graph-groups-groupsetting.groupsdeletesettings
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-groups-groupsetting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — groups.groupSetting. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-settings
      description: Microsoft Graph List settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-groups-groupsetting.groupslistsettings
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-settings
      description: Microsoft Graph Create settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-groups-groupsetting.groupscreatesettings
      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: microsoft-graph-groups-groupsetting.groupssettingsgetcount7641
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-groupsetting
      description: Microsoft Graph Get groupSetting
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-groups-groupsetting.groupsgetsettings
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-groupsetting
      description: Microsoft Graph Update groupSetting
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-groups-groupsetting.groupsupdatesettings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property settings for groups
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-groups-groupsetting.groupsdeletesettings
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.