Box · Capability

Box Collaborations API — Folders

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

Run with Naftiko BoxFolders

What You Can Do

GET
Getfoldersidcollaborations — Box List folder collaborations
/v1/folders/{folder-id}/collaborations

MCP Tools

box-list-folder-collaborations

Box List folder collaborations

read-only idempotent

Capability Spec

collaborations-folders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Box Collaborations API — Folders
  description: 'Box Collaborations API — Folders. 1 operations. Lead operation: Box List folder collaborations. Self-contained
    Naftiko capability covering one Box business surface.'
  tags:
  - Box
  - Folders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BOX_API_KEY: BOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: collaborations-folders
    baseUri: ''
    description: Box Collaborations API — Folders business capability. Self-contained, no shared references.
    resources:
    - name: folders-folder_id-collaborations
      path: /folders/{folder_id}/collaborations
      operations:
      - name: getfoldersidcollaborations
        method: GET
        description: Box List folder collaborations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: folder_id
          in: path
          type: string
          description: The unique identifier that represent a folder.
          required: true
        - name: fields
          in: query
          type: array
          description: A comma-separated list of attributes to include in the
  exposes:
  - type: rest
    namespace: collaborations-folders-rest
    port: 8080
    description: REST adapter for Box Collaborations API — Folders. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/folders/{folder-id}/collaborations
      name: folders-folder-id-collaborations
      description: REST surface for folders-folder_id-collaborations.
      operations:
      - method: GET
        name: getfoldersidcollaborations
        description: Box List folder collaborations
        call: collaborations-folders.getfoldersidcollaborations
        with:
          folder_id: rest.folder_id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: collaborations-folders-mcp
    port: 9090
    transport: http
    description: MCP adapter for Box Collaborations API — Folders. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: box-list-folder-collaborations
      description: Box List folder collaborations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: collaborations-folders.getfoldersidcollaborations
      with:
        folder_id: tools.folder_id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.