Dropbox · Capability

Dropbox API Reference — Team

Dropbox API Reference — Team. 3 operations. Lead operation: Dropbox features/get_values. Self-contained Naftiko capability covering one Dropbox business surface.

Run with Naftiko DropboxTeam

What You Can Do

POST
Post — Dropbox features/get_values
/v1/2/team/features/get-values
POST
Post — Dropbox get_info
/v1/2/team/get-info
POST
Post — Dropbox token/get_authenticated_admin
/v1/2/team/token/get-authenticated-admin

MCP Tools

dropbox-features-get-values

Dropbox features/get_values

dropbox-get-info

Dropbox get_info

dropbox-token-get-authenticated-admin

Dropbox token/get_authenticated_admin

Capability Spec

dropbox-team.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dropbox API Reference — Team
  description: 'Dropbox API Reference — Team. 3 operations. Lead operation: Dropbox features/get_values. Self-contained Naftiko
    capability covering one Dropbox business surface.'
  tags:
  - Dropbox
  - Team
  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
    baseUri: https://api.dropbox.com
    description: Dropbox API Reference — Team business capability. Self-contained, no shared references.
    resources:
    - name: 2-team-features-get_values
      path: /2/team/features/get_values
      operations:
      - name: post
        method: POST
        description: Dropbox features/get_values
        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-get_info
      path: /2/team/get_info
      operations:
      - name: post
        method: POST
        description: Dropbox get_info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: 2-team-token-get_authenticated_admin
      path: /2/team/token/get_authenticated_admin
      operations:
      - name: post
        method: POST
        description: Dropbox token/get_authenticated_admin
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DROPBOX_API_KEY}}'
  exposes:
  - type: rest
    namespace: dropbox-team-rest
    port: 8080
    description: REST adapter for Dropbox API Reference — Team. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/2/team/features/get-values
      name: 2-team-features-get-values
      description: REST surface for 2-team-features-get_values.
      operations:
      - method: POST
        name: post
        description: Dropbox features/get_values
        call: dropbox-team.post
        with:
          Content-Type: rest.Content-Type
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2/team/get-info
      name: 2-team-get-info
      description: REST surface for 2-team-get_info.
      operations:
      - method: POST
        name: post
        description: Dropbox get_info
        call: dropbox-team.post
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2/team/token/get-authenticated-admin
      name: 2-team-token-get-authenticated-admin
      description: REST surface for 2-team-token-get_authenticated_admin.
      operations:
      - method: POST
        name: post
        description: Dropbox token/get_authenticated_admin
        call: dropbox-team.post
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dropbox-team-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dropbox API Reference — Team. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: dropbox-features-get-values
      description: Dropbox features/get_values
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team.post
      with:
        Content-Type: tools.Content-Type
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dropbox-get-info
      description: Dropbox get_info
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team.post
      outputParameters:
      - type: object
        mapping: $.
    - name: dropbox-token-get-authenticated-admin
      description: Dropbox token/get_authenticated_admin
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team.post
      outputParameters:
      - type: object
        mapping: $.