Dropbox · Capability

Dropbox Sign — Report

Dropbox Sign — Report. 1 operations. Lead operation: Dropbox _t__ReportCreate::SUMMARY. Self-contained Naftiko capability covering one Dropbox business surface.

Run with Naftiko DropboxReport

What You Can Do

POST
Reportcreate — Dropbox _t__ReportCreate::SUMMARY
/v1/report/create

MCP Tools

dropbox-t-reportcreate-summary

Dropbox _t__ReportCreate::SUMMARY

Capability Spec

sign-report.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dropbox Sign — Report
  description: 'Dropbox Sign — Report. 1 operations. Lead operation: Dropbox _t__ReportCreate::SUMMARY. Self-contained Naftiko
    capability covering one Dropbox business surface.'
  tags:
  - Dropbox
  - Report
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DROPBOX_API_KEY: DROPBOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: sign-report
    baseUri: https://api.hellosign.com/v3
    description: Dropbox Sign — Report business capability. Self-contained, no shared references.
    resources:
    - name: report-create
      path: /report/create
      operations:
      - name: reportcreate
        method: POST
        description: Dropbox _t__ReportCreate::SUMMARY
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.DROPBOX_API_KEY}}'
  exposes:
  - type: rest
    namespace: sign-report-rest
    port: 8080
    description: REST adapter for Dropbox Sign — Report. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/report/create
      name: report-create
      description: REST surface for report-create.
      operations:
      - method: POST
        name: reportcreate
        description: Dropbox _t__ReportCreate::SUMMARY
        call: sign-report.reportcreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sign-report-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dropbox Sign — Report. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: dropbox-t-reportcreate-summary
      description: Dropbox _t__ReportCreate::SUMMARY
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sign-report.reportcreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.