naftiko: 1.0.0-alpha2 info: label: Dropbox API Reference — Account description: 'Dropbox API Reference — Account. 1 operations. Lead operation: Dropbox set_profile_photo. Self-contained Naftiko capability covering one Dropbox business surface.' tags: - Dropbox - Account created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DROPBOX_API_KEY: DROPBOX_API_KEY capability: consumes: - type: http namespace: dropbox-account baseUri: https://api.dropbox.com description: Dropbox API Reference — Account business capability. Self-contained, no shared references. resources: - name: 2-account-set_profile_photo path: /2/account/set_profile_photo operations: - name: post method: POST description: Dropbox set_profile_photo 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-account-rest port: 8080 description: REST adapter for Dropbox API Reference — Account. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/2/account/set-profile-photo name: 2-account-set-profile-photo description: REST surface for 2-account-set_profile_photo. operations: - method: POST name: post description: Dropbox set_profile_photo call: dropbox-account.post with: Content-Type: rest.Content-Type body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: dropbox-account-mcp port: 9090 transport: http description: MCP adapter for Dropbox API Reference — Account. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: dropbox-set-profile-photo description: Dropbox set_profile_photo hints: readOnly: false destructive: false idempotent: false call: dropbox-account.post with: Content-Type: tools.Content-Type body: tools.body outputParameters: - type: object mapping: $.