Unified.to · Capability

Unified.to API — scim

Unified.to API — scim. 12 operations. Lead operation: List Groups. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Toscim

What You Can Do

GET
Listscimgroups — List Groups
/v1/scim/{connection-id}/groups
POST
Createscimgroups — Create Group
/v1/scim/{connection-id}/groups
DELETE
Removescimgroups — Delete Group
/v1/scim/{connection-id}/groups/{id}
GET
Getscimgroups — Get Group
/v1/scim/{connection-id}/groups/{id}
PATCH
Patchscimgroups — Update Group
/v1/scim/{connection-id}/groups/{id}
PUT
Updatescimgroups — Update Group
/v1/scim/{connection-id}/groups/{id}
GET
Listscimusers — List Users
/v1/scim/{connection-id}/users
POST
Createscimusers — Create User
/v1/scim/{connection-id}/users
DELETE
Removescimusers — Delete User
/v1/scim/{connection-id}/users/{id}
GET
Getscimusers — Get User
/v1/scim/{connection-id}/users/{id}
PATCH
Patchscimusers — Update User
/v1/scim/{connection-id}/users/{id}
PUT
Updatescimusers — Update User
/v1/scim/{connection-id}/users/{id}

MCP Tools

list-groups

List Groups

read-only idempotent
create-group

Create Group

delete-group

Delete Group

idempotent
get-group

Get Group

read-only idempotent
update-group

Update Group

idempotent
update-group-2

Update Group

idempotent
list-users

List Users

read-only idempotent
create-user

Create User

delete-user

Delete User

idempotent
get-user

Get User

read-only idempotent
update-user

Update User

idempotent
update-user-2

Update User

idempotent

Capability Spec

full-scim.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — scim
  description: 'Unified.to  API — scim. 12 operations. Lead operation: List Groups. Self-contained Naftiko capability covering
    one Unified To business surface.'
  tags:
  - Unified To
  - scim
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: full-scim
    baseUri: https://api.unified.to
    description: Unified.to  API — scim business capability. Self-contained, no shared references.
    resources:
    - name: scim-connection_id-groups
      path: /scim/{connection_id}/groups
      operations:
      - name: listscimgroups
        method: GET
        description: List Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
        - name: sortBy
          in: query
          type: string
        - name: sortOrder
          in: query
          type: string
        - name: startIndex
          in: query
          type: number
        - name: count
          in: query
          type: number
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createscimgroups
        method: POST
        description: Create Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: scim-connection_id-groups-id
      path: /scim/{connection_id}/groups/{id}
      operations:
      - name: removescimgroups
        method: DELETE
        description: Delete Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Group
          required: true
      - name: getscimgroups
        method: GET
        description: Get Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Group
          required: true
      - name: patchscimgroups
        method: PATCH
        description: Update Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Group
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatescimgroups
        method: PUT
        description: Update Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Group
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: scim-connection_id-users
      path: /scim/{connection_id}/users
      operations:
      - name: listscimusers
        method: GET
        description: List Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
        - name: sortBy
          in: query
          type: string
        - name: sortOrder
          in: query
          type: string
        - name: startIndex
          in: query
          type: number
        - name: count
          in: query
          type: number
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createscimusers
        method: POST
        description: Create User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
        - name: sortBy
          in: query
          type: string
        - name: sortOrder
          in: query
          type: string
        - name: startIndex
          in: query
          type: number
        - name: count
          in: query
          type: number
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: scim-connection_id-users-id
      path: /scim/{connection_id}/users/{id}
      operations:
      - name: removescimusers
        method: DELETE
        description: Delete User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the User
          required: true
      - name: getscimusers
        method: GET
        description: Get User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the User
          required: true
      - name: patchscimusers
        method: PATCH
        description: Update User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the User
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatescimusers
        method: PUT
        description: Update User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the User
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: full-scim-rest
    port: 8080
    description: REST adapter for Unified.to  API — scim. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/scim/{connection-id}/groups
      name: scim-connection-id-groups
      description: REST surface for scim-connection_id-groups.
      operations:
      - method: GET
        name: listscimgroups
        description: List Groups
        call: full-scim.listscimgroups
        with:
          filter: rest.filter
          sortBy: rest.sortBy
          sortOrder: rest.sortOrder
          startIndex: rest.startIndex
          count: rest.count
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscimgroups
        description: Create Group
        call: full-scim.createscimgroups
        with:
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/{connection-id}/groups/{id}
      name: scim-connection-id-groups-id
      description: REST surface for scim-connection_id-groups-id.
      operations:
      - method: DELETE
        name: removescimgroups
        description: Delete Group
        call: full-scim.removescimgroups
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getscimgroups
        description: Get Group
        call: full-scim.getscimgroups
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchscimgroups
        description: Update Group
        call: full-scim.patchscimgroups
        with:
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatescimgroups
        description: Update Group
        call: full-scim.updatescimgroups
        with:
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/{connection-id}/users
      name: scim-connection-id-users
      description: REST surface for scim-connection_id-users.
      operations:
      - method: GET
        name: listscimusers
        description: List Users
        call: full-scim.listscimusers
        with:
          filter: rest.filter
          sortBy: rest.sortBy
          sortOrder: rest.sortOrder
          startIndex: rest.startIndex
          count: rest.count
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createscimusers
        description: Create User
        call: full-scim.createscimusers
        with:
          filter: rest.filter
          sortBy: rest.sortBy
          sortOrder: rest.sortOrder
          startIndex: rest.startIndex
          count: rest.count
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scim/{connection-id}/users/{id}
      name: scim-connection-id-users-id
      description: REST surface for scim-connection_id-users-id.
      operations:
      - method: DELETE
        name: removescimusers
        description: Delete User
        call: full-scim.removescimusers
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getscimusers
        description: Get User
        call: full-scim.getscimusers
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchscimusers
        description: Update User
        call: full-scim.patchscimusers
        with:
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatescimusers
        description: Update User
        call: full-scim.updatescimusers
        with:
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: full-scim-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — scim. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-groups
      description: List Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-scim.listscimgroups
      with:
        filter: tools.filter
        sortBy: tools.sortBy
        sortOrder: tools.sortOrder
        startIndex: tools.startIndex
        count: tools.count
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-group
      description: Create Group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-scim.createscimgroups
      with:
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-group
      description: Delete Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-scim.removescimgroups
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: get-group
      description: Get Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-scim.getscimgroups
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-group
      description: Update Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-scim.patchscimgroups
      with:
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-group-2
      description: Update Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-scim.updatescimgroups
      with:
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-users
      description: List Users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-scim.listscimusers
      with:
        filter: tools.filter
        sortBy: tools.sortBy
        sortOrder: tools.sortOrder
        startIndex: tools.startIndex
        count: tools.count
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-user
      description: Create User
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-scim.createscimusers
      with:
        filter: tools.filter
        sortBy: tools.sortBy
        sortOrder: tools.sortOrder
        startIndex: tools.startIndex
        count: tools.count
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-user
      description: Delete User
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-scim.removescimusers
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: get-user
      description: Get User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-scim.getscimusers
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-user
      description: Update User
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-scim.patchscimusers
      with:
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-user-2
      description: Update User
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-scim.updatescimusers
      with:
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.