GitHub · Capability

GitHub SCIM API — Groups

GitHub SCIM API — Groups. 6 operations. Lead operation: GitHub List Provisioned Scim Groups for an Enterprise. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubGroups

What You Can Do

GET
Listprovisionedscimgroupsforanenterprise — GitHub List Provisioned Scim Groups for an Enterprise
/v1/scim/v2/groups
POST
Provisionscimenterprisegroup — GitHub Provision Scim Enterprise Group
/v1/scim/v2/groups
GET
Getscimprovisioninginformationforanenterprisegroup — GitHub Get Scim Provisioning Information for an Enterprise Group
/v1/scim/v2/groups/{scim-group-id}
PUT
Setsciminformationforprovisionedenterprisegroup — GitHub Set Scim Information for Provisioned Enterprise Group
/v1/scim/v2/groups/{scim-group-id}
PATCH
Updateanattributeforscimenterprisegroup — GitHub Update an Attribute for Scim Enterprise Group
/v1/scim/v2/groups/{scim-group-id}
DELETE
Deletescimgroupfromanenterprise — GitHub Delete Scim Group from an Enterprise
/v1/scim/v2/groups/{scim-group-id}

MCP Tools

github-list-provisioned-scim-groups

GitHub List Provisioned Scim Groups for an Enterprise

read-only idempotent
github-provision-scim-enterprise-group

GitHub Provision Scim Enterprise Group

github-get-scim-provisioning-information

GitHub Get Scim Provisioning Information for an Enterprise Group

read-only idempotent
github-set-scim-information-provisioned

GitHub Set Scim Information for Provisioned Enterprise Group

idempotent
github-update-attribute-scim-enterprise

GitHub Update an Attribute for Scim Enterprise Group

idempotent
github-delete-scim-group-enterprise

GitHub Delete Scim Group from an Enterprise

idempotent

Capability Spec

scim-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub SCIM API — Groups
  description: 'GitHub SCIM API — Groups. 6 operations. Lead operation: GitHub List Provisioned Scim Groups for an Enterprise.
    Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: scim-groups
    baseUri: ''
    description: GitHub SCIM API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: scim-v2-Groups
      path: /scim/v2/Groups
      operations:
      - name: listprovisionedscimgroupsforanenterprise
        method: GET
        description: GitHub List Provisioned Scim Groups for an Enterprise
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: If specified, only results that match the specified filter will be returned. Multiple filters are not
            supported. Possible filters are `externalId`, `id`, and `d
      - name: provisionscimenterprisegroup
        method: POST
        description: GitHub Provision Scim Enterprise Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: scim-v2-Groups-scim_group_id
      path: /scim/v2/Groups/{scim_group_id}
      operations:
      - name: getscimprovisioninginformationforanenterprisegroup
        method: GET
        description: GitHub Get Scim Provisioning Information for an Enterprise Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: setsciminformationforprovisionedenterprisegroup
        method: PUT
        description: GitHub Set Scim Information for Provisioned Enterprise Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateanattributeforscimenterprisegroup
        method: PATCH
        description: GitHub Update an Attribute for Scim Enterprise Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletescimgroupfromanenterprise
        method: DELETE
        description: GitHub Delete Scim Group from an Enterprise
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: scim-groups-rest
    port: 8080
    description: REST adapter for GitHub SCIM API — Groups. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/scim/v2/groups
      name: scim-v2-groups
      description: REST surface for scim-v2-Groups.
      operations:
      - method: GET
        name: listprovisionedscimgroupsforanenterprise
        description: GitHub List Provisioned Scim Groups for an Enterprise
        call: scim-groups.listprovisionedscimgroupsforanenterprise
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: provisionscimenterprisegroup
        description: GitHub Provision Scim Enterprise Group
        call: scim-groups.provisionscimenterprisegroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/v2/groups/{scim-group-id}
      name: scim-v2-groups-scim-group-id
      description: REST surface for scim-v2-Groups-scim_group_id.
      operations:
      - method: GET
        name: getscimprovisioninginformationforanenterprisegroup
        description: GitHub Get Scim Provisioning Information for an Enterprise Group
        call: scim-groups.getscimprovisioninginformationforanenterprisegroup
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: setsciminformationforprovisionedenterprisegroup
        description: GitHub Set Scim Information for Provisioned Enterprise Group
        call: scim-groups.setsciminformationforprovisionedenterprisegroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateanattributeforscimenterprisegroup
        description: GitHub Update an Attribute for Scim Enterprise Group
        call: scim-groups.updateanattributeforscimenterprisegroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletescimgroupfromanenterprise
        description: GitHub Delete Scim Group from an Enterprise
        call: scim-groups.deletescimgroupfromanenterprise
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scim-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub SCIM API — Groups. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: github-list-provisioned-scim-groups
      description: GitHub List Provisioned Scim Groups for an Enterprise
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scim-groups.listprovisionedscimgroupsforanenterprise
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: github-provision-scim-enterprise-group
      description: GitHub Provision Scim Enterprise Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: scim-groups.provisionscimenterprisegroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: github-get-scim-provisioning-information
      description: GitHub Get Scim Provisioning Information for an Enterprise Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: scim-groups.getscimprovisioninginformationforanenterprisegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: github-set-scim-information-provisioned
      description: GitHub Set Scim Information for Provisioned Enterprise Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scim-groups.setsciminformationforprovisionedenterprisegroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: github-update-attribute-scim-enterprise
      description: GitHub Update an Attribute for Scim Enterprise Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: scim-groups.updateanattributeforscimenterprisegroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: github-delete-scim-group-enterprise
      description: GitHub Delete Scim Group from an Enterprise
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: scim-groups.deletescimgroupfromanenterprise
      outputParameters:
      - type: object
        mapping: $.