Microsoft Graph · Capability

Microsoft Graph Groups — groups.onPremisesSyncBehavior

Microsoft Graph Groups — groups.onPremisesSyncBehavior. 3 operations. Lead operation: Microsoft Graph Get onPremisesSyncBehavior from groups. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphgroups.onPremisesSyncBehavior

What You Can Do

GET
Groupsgetonpremisessyncbehavior — Microsoft Graph Get onPremisesSyncBehavior from groups
/v1/groups/{group-id}/onpremisessyncbehavior
PATCH
Groupsupdateonpremisessyncbehavior — Microsoft Graph Update the navigation property onPremisesSyncBehavior in groups
/v1/groups/{group-id}/onpremisessyncbehavior
DELETE
Groupsdeleteonpremisessyncbehavior — Microsoft Graph Delete navigation property onPremisesSyncBehavior for groups
/v1/groups/{group-id}/onpremisessyncbehavior

MCP Tools

microsoft-graph-get-onpremisessyncbehavior-groups

Microsoft Graph Get onPremisesSyncBehavior from groups

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

Microsoft Graph Update the navigation property onPremisesSyncBehavior in groups

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property onPremisesSyncBehavior for groups

idempotent

Capability Spec

groups-groups-onpremisessyncbehavior.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Groups — groups.onPremisesSyncBehavior
  description: 'Microsoft Graph Groups — groups.onPremisesSyncBehavior. 3 operations. Lead operation: Microsoft Graph Get
    onPremisesSyncBehavior from groups. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - groups.onPremisesSyncBehavior
  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: groups-groups-onpremisessyncbehavior
    baseUri: ''
    description: Microsoft Graph Groups — groups.onPremisesSyncBehavior business capability. Self-contained, no shared references.
    resources:
    - name: groups-group-id-onPremisesSyncBehavior
      path: /groups/{group-id}/onPremisesSyncBehavior
      operations:
      - name: groupsgetonpremisessyncbehavior
        method: GET
        description: Microsoft Graph Get onPremisesSyncBehavior from groups
        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: groupsupdateonpremisessyncbehavior
        method: PATCH
        description: Microsoft Graph Update the navigation property onPremisesSyncBehavior in groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: groupsdeleteonpremisessyncbehavior
        method: DELETE
        description: Microsoft Graph Delete navigation property onPremisesSyncBehavior for groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: groups-groups-onpremisessyncbehavior-rest
    port: 8080
    description: REST adapter for Microsoft Graph Groups — groups.onPremisesSyncBehavior. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/groups/{group-id}/onpremisessyncbehavior
      name: groups-group-id-onpremisessyncbehavior
      description: REST surface for groups-group-id-onPremisesSyncBehavior.
      operations:
      - method: GET
        name: groupsgetonpremisessyncbehavior
        description: Microsoft Graph Get onPremisesSyncBehavior from groups
        call: groups-groups-onpremisessyncbehavior.groupsgetonpremisessyncbehavior
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: groupsupdateonpremisessyncbehavior
        description: Microsoft Graph Update the navigation property onPremisesSyncBehavior in groups
        call: groups-groups-onpremisessyncbehavior.groupsupdateonpremisessyncbehavior
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: groupsdeleteonpremisessyncbehavior
        description: Microsoft Graph Delete navigation property onPremisesSyncBehavior for groups
        call: groups-groups-onpremisessyncbehavior.groupsdeleteonpremisessyncbehavior
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: groups-groups-onpremisessyncbehavior-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Groups — groups.onPremisesSyncBehavior. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-onpremisessyncbehavior-groups
      description: Microsoft Graph Get onPremisesSyncBehavior from groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: groups-groups-onpremisessyncbehavior.groupsgetonpremisessyncbehavior
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property onPremisesSyncBehavior in groups
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: groups-groups-onpremisessyncbehavior.groupsupdateonpremisessyncbehavior
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property onPremisesSyncBehavior for groups
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: groups-groups-onpremisessyncbehavior.groupsdeleteonpremisessyncbehavior
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.