naftiko: 1.0.0-alpha2 info: label: Box Collaborations API — Files description: 'Box Collaborations API — Files. 1 operations. Lead operation: Box List file collaborations. Self-contained Naftiko capability covering one Box business surface.' tags: - Box - Files created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: BOX_API_KEY: BOX_API_KEY capability: consumes: - type: http namespace: collaborations-files baseUri: '' description: Box Collaborations API — Files business capability. Self-contained, no shared references. resources: - name: files-file_id-collaborations path: /files/{file_id}/collaborations operations: - name: getfilesidcollaborations method: GET description: Box List file collaborations outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: file_id in: path type: string description: The unique identifier that represents a file. required: true - name: fields in: query type: array description: A comma-separated list of attributes to include in the - name: limit in: query type: integer description: The maximum number of items to return per page. - name: marker in: query type: string description: Defines the position marker at which to begin returning results. This is exposes: - type: rest namespace: collaborations-files-rest port: 8080 description: REST adapter for Box Collaborations API — Files. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/files/{file-id}/collaborations name: files-file-id-collaborations description: REST surface for files-file_id-collaborations. operations: - method: GET name: getfilesidcollaborations description: Box List file collaborations call: collaborations-files.getfilesidcollaborations with: file_id: rest.file_id fields: rest.fields limit: rest.limit marker: rest.marker outputParameters: - type: object mapping: $. - type: mcp namespace: collaborations-files-mcp port: 9090 transport: http description: MCP adapter for Box Collaborations API — Files. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: box-list-file-collaborations description: Box List file collaborations hints: readOnly: true destructive: false idempotent: true call: collaborations-files.getfilesidcollaborations with: file_id: tools.file_id fields: tools.fields limit: tools.limit marker: tools.marker outputParameters: - type: object mapping: $.