naftiko: 1.0.0-alpha2 info: label: Zoom REST API — Report description: 'Zoom REST API — 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: zoom-report baseUri: https://api.zoom.us/v1 description: Zoom REST API — 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 authentication: type: apikey key: api_key value: '{{env.ZOOM_API_KEY}}' placement: query exposes: - type: rest namespace: zoom-report-rest port: 8080 description: REST adapter for Zoom REST API — 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: zoom-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: zoom-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: zoom-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: zoom-report.reportgetuserreport with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: zoom-report-mcp port: 9090 transport: http description: MCP adapter for Zoom REST API — 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: zoom-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: zoom-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: zoom-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: zoom-report.reportgetuserreport with: body: tools.body outputParameters: - type: object mapping: $.