Box · Capability

Box Collaborations API — Groups

Box Collaborations API — Groups. 1 operations. Lead operation: Box List group collaborations. Self-contained Naftiko capability covering one Box business surface.

Run with Naftiko BoxGroups

What You Can Do

GET
Getgroupsidcollaborations — Box List group collaborations
/v1/groups/{group-id}/collaborations

MCP Tools

box-list-group-collaborations

Box List group collaborations

read-only idempotent

Capability Spec

collaborations-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Box Collaborations API — Groups
  description: 'Box Collaborations API — Groups. 1 operations. Lead operation: Box List group collaborations. Self-contained
    Naftiko capability covering one Box business surface.'
  tags:
  - Box
  - Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOX_API_KEY: BOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: collaborations-groups
    baseUri: ''
    description: Box Collaborations API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: groups-group_id-collaborations
      path: /groups/{group_id}/collaborations
      operations:
      - name: getgroupsidcollaborations
        method: GET
        description: Box List group collaborations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: group_id
          in: path
          type: string
          description: The ID of the group.
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return per page.
        - name: offset
          in: query
          type: integer
          description: The offset of the item at which to begin the response.
  exposes:
  - type: rest
    namespace: collaborations-groups-rest
    port: 8080
    description: REST adapter for Box Collaborations API — Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/groups/{group-id}/collaborations
      name: groups-group-id-collaborations
      description: REST surface for groups-group_id-collaborations.
      operations:
      - method: GET
        name: getgroupsidcollaborations
        description: Box List group collaborations
        call: collaborations-groups.getgroupsidcollaborations
        with:
          group_id: rest.group_id
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: collaborations-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Box Collaborations API — Groups. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: box-list-group-collaborations
      description: Box List group collaborations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: collaborations-groups.getgroupsidcollaborations
      with:
        group_id: tools.group_id
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.