Zoom · Capability

Zoom report/ — Report

Zoom report/ — Report. 4 operations. Lead operation: Report. Self-contained Naftiko capability covering one Zoom business surface.

Run with Naftiko ZoomReport

What You Can Do

POST
Reportgetaccountreport — Get account report for a specified period.
/v1/report/getaccountreport
POST
Reportgetaudioreport — Get user report for a specified period.
/v1/report/getaudioreport
POST
Reportgetdailyreport — Get daily report for one month, can only get daily report for recent 3 months.
/v1/report/getdailyreport
POST
Reportgetuserreport — Get user report for a specified period.
/v1/report/getuserreport

MCP Tools

get-account-report-specified-period

Get account report for a specified period.

read-only
get-user-report-specified-period

Get user report for a specified period.

read-only
get-daily-report-one-month

Get daily report for one month, can only get daily report for recent 3 months.

read-only
get-user-report-specified-period-2

Get user report for a specified period.

read-only

Capability Spec

report--report.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zoom report/ — Report
  description: 'Zoom report/ — Report. 4 operations. Lead operation: Report. Self-contained Naftiko capability covering one
    Zoom business surface.'
  tags:
  - Zoom
  - Report
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZOOM_API_KEY: ZOOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: report--report
    baseUri: https://api.zoom.us/v1
    description: Zoom report/ — Report business capability. Self-contained, no shared references.
    resources:
    - name: report-getaccountreport
      path: /report/getaccountreport
      operations:
      - name: reportgetaccountreport
        method: POST
        description: Get account report for a specified period.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: report-getaudioreport
      path: /report/getaudioreport
      operations:
      - name: reportgetaudioreport
        method: POST
        description: Get user report for a specified period.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: report-getdailyreport
      path: /report/getdailyreport
      operations:
      - name: reportgetdailyreport
        method: POST
        description: Get daily report for one month, can only get daily report for recent 3 months.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: report-getuserreport
      path: /report/getuserreport
      operations:
      - name: reportgetuserreport
        method: POST
        description: Get user report for a specified period.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: report--report-rest
    port: 8080
    description: REST adapter for Zoom report/ — Report. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/report/getaccountreport
      name: report-getaccountreport
      description: REST surface for report-getaccountreport.
      operations:
      - method: POST
        name: reportgetaccountreport
        description: Get account report for a specified period.
        call: report--report.reportgetaccountreport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/report/getaudioreport
      name: report-getaudioreport
      description: REST surface for report-getaudioreport.
      operations:
      - method: POST
        name: reportgetaudioreport
        description: Get user report for a specified period.
        call: report--report.reportgetaudioreport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/report/getdailyreport
      name: report-getdailyreport
      description: REST surface for report-getdailyreport.
      operations:
      - method: POST
        name: reportgetdailyreport
        description: Get daily report for one month, can only get daily report for recent 3 months.
        call: report--report.reportgetdailyreport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/report/getuserreport
      name: report-getuserreport
      description: REST surface for report-getuserreport.
      operations:
      - method: POST
        name: reportgetuserreport
        description: Get user report for a specified period.
        call: report--report.reportgetuserreport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: report--report-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zoom report/ — Report. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-account-report-specified-period
      description: Get account report for a specified period.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: report--report.reportgetaccountreport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-user-report-specified-period
      description: Get user report for a specified period.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: report--report.reportgetaudioreport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-daily-report-one-month
      description: Get daily report for one month, can only get daily report for recent 3 months.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: report--report.reportgetdailyreport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-user-report-specified-period-2
      description: Get user report for a specified period.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: report--report.reportgetuserreport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.