Dropbox · Capability

Dropbox API Reference — Team > Devices

Dropbox API Reference — Team > Devices. 4 operations. Lead operation: Dropbox devices/list_member_devices. Self-contained Naftiko capability covering one Dropbox business surface.

Run with Naftiko DropboxTeam > Devices

What You Can Do

POST
Post — Dropbox devices/list_member_devices
/v1/2/team/devices/list-member-devices
POST
Post — Dropbox devices/list_members_devices
/v1/2/team/devices/list-members-devices
POST
Post — Dropbox devices/revoke_device_session
/v1/2/team/devices/revoke-device-session
POST
Post — Dropbox devices/revoke_device_session_batch
/v1/2/team/devices/revoke-device-session-batch

MCP Tools

dropbox-devices-list-member-devices

Dropbox devices/list_member_devices

dropbox-devices-list-members-devices

Dropbox devices/list_members_devices

dropbox-devices-revoke-device-session

Dropbox devices/revoke_device_session

dropbox-devices-revoke-device-session-2

Dropbox devices/revoke_device_session_batch

Capability Spec

dropbox-team-devices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dropbox API Reference — Team > Devices
  description: 'Dropbox API Reference — Team > Devices. 4 operations. Lead operation: Dropbox devices/list_member_devices.
    Self-contained Naftiko capability covering one Dropbox business surface.'
  tags:
  - Dropbox
  - Team > Devices
  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-devices
    baseUri: https://api.dropbox.com
    description: Dropbox API Reference — Team > Devices business capability. Self-contained, no shared references.
    resources:
    - name: 2-team-devices-list_member_devices
      path: /2/team/devices/list_member_devices
      operations:
      - name: post
        method: POST
        description: Dropbox devices/list_member_devices
        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-devices-list_members_devices
      path: /2/team/devices/list_members_devices
      operations:
      - name: post
        method: POST
        description: Dropbox devices/list_members_devices
        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-devices-revoke_device_session
      path: /2/team/devices/revoke_device_session
      operations:
      - name: post
        method: POST
        description: Dropbox devices/revoke_device_session
        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-devices-revoke_device_session_batch
      path: /2/team/devices/revoke_device_session_batch
      operations:
      - name: post
        method: POST
        description: Dropbox devices/revoke_device_session_batch
        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-devices-rest
    port: 8080
    description: REST adapter for Dropbox API Reference — Team > Devices. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/2/team/devices/list-member-devices
      name: 2-team-devices-list-member-devices
      description: REST surface for 2-team-devices-list_member_devices.
      operations:
      - method: POST
        name: post
        description: Dropbox devices/list_member_devices
        call: dropbox-team-devices.post
        with:
          Content-Type: rest.Content-Type
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2/team/devices/list-members-devices
      name: 2-team-devices-list-members-devices
      description: REST surface for 2-team-devices-list_members_devices.
      operations:
      - method: POST
        name: post
        description: Dropbox devices/list_members_devices
        call: dropbox-team-devices.post
        with:
          Content-Type: rest.Content-Type
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2/team/devices/revoke-device-session
      name: 2-team-devices-revoke-device-session
      description: REST surface for 2-team-devices-revoke_device_session.
      operations:
      - method: POST
        name: post
        description: Dropbox devices/revoke_device_session
        call: dropbox-team-devices.post
        with:
          Content-Type: rest.Content-Type
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2/team/devices/revoke-device-session-batch
      name: 2-team-devices-revoke-device-session-batch
      description: REST surface for 2-team-devices-revoke_device_session_batch.
      operations:
      - method: POST
        name: post
        description: Dropbox devices/revoke_device_session_batch
        call: dropbox-team-devices.post
        with:
          Content-Type: rest.Content-Type
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dropbox-team-devices-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dropbox API Reference — Team > Devices. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: dropbox-devices-list-member-devices
      description: Dropbox devices/list_member_devices
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team-devices.post
      with:
        Content-Type: tools.Content-Type
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dropbox-devices-list-members-devices
      description: Dropbox devices/list_members_devices
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team-devices.post
      with:
        Content-Type: tools.Content-Type
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dropbox-devices-revoke-device-session
      description: Dropbox devices/revoke_device_session
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team-devices.post
      with:
        Content-Type: tools.Content-Type
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: dropbox-devices-revoke-device-session-2
      description: Dropbox devices/revoke_device_session_batch
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dropbox-team-devices.post
      with:
        Content-Type: tools.Content-Type
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.