Dropbox · Capability

Dropbox API Reference — Team_log

Dropbox API Reference — Team_log. 2 operations. Lead operation: Dropbox get_events. Self-contained Naftiko capability covering one Dropbox business surface.

Run with Naftiko DropboxTeam_log

What You Can Do

POST
Post — Dropbox get_events
/v1/2/team-log/get-events
POST
Post — Dropbox get_events/continue
/v1/2/team-log/get-events/continue

MCP Tools

dropbox-get-events

Dropbox get_events

dropbox-get-events-continue

Dropbox get_events/continue

Capability Spec

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