naftiko: 1.0.0-alpha2 info: label: Dropbox API Reference — Team > Namespaces description: 'Dropbox API Reference — Team > Namespaces. 2 operations. Lead operation: Dropbox namespaces/list. Self-contained Naftiko capability covering one Dropbox business surface.' tags: - Dropbox - Team > Namespaces created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DROPBOX_API_KEY: DROPBOX_API_KEY capability: consumes: - type: http namespace: dropbox-team-namespaces baseUri: https://api.dropbox.com description: Dropbox API Reference — Team > Namespaces business capability. Self-contained, no shared references. resources: - name: 2-team-namespaces-list path: /2/team/namespaces/list operations: - name: post method: POST description: Dropbox namespaces/list outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string - name: body in: body type: object description: Request body (JSON). required: false - name: 2-team-namespaces-list-continue path: /2/team/namespaces/list/continue operations: - name: post method: POST description: Dropbox namespaces/list/continue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Content-Type in: header type: string - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.DROPBOX_API_KEY}}' exposes: - type: rest namespace: dropbox-team-namespaces-rest port: 8080 description: REST adapter for Dropbox API Reference — Team > Namespaces. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/2/team/namespaces/list name: 2-team-namespaces-list description: REST surface for 2-team-namespaces-list. operations: - method: POST name: post description: Dropbox namespaces/list call: dropbox-team-namespaces.post with: Content-Type: rest.Content-Type body: rest.body outputParameters: - type: object mapping: $. - path: /v1/2/team/namespaces/list/continue name: 2-team-namespaces-list-continue description: REST surface for 2-team-namespaces-list-continue. operations: - method: POST name: post description: Dropbox namespaces/list/continue call: dropbox-team-namespaces.post with: Content-Type: rest.Content-Type body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: dropbox-team-namespaces-mcp port: 9090 transport: http description: MCP adapter for Dropbox API Reference — Team > Namespaces. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: dropbox-namespaces-list description: Dropbox namespaces/list hints: readOnly: false destructive: false idempotent: false call: dropbox-team-namespaces.post with: Content-Type: tools.Content-Type body: tools.body outputParameters: - type: object mapping: $. - name: dropbox-namespaces-list-continue description: Dropbox namespaces/list/continue hints: readOnly: false destructive: false idempotent: false call: dropbox-team-namespaces.post with: Content-Type: tools.Content-Type body: tools.body outputParameters: - type: object mapping: $.