RingCentral · Capability

RingCentral API — Message Exports

RingCentral API — Message Exports. 3 operations. Lead operation: Create Message Store Report. Self-contained Naftiko capability covering one Ringcentral business surface.

Run with Naftiko RingcentralMessage Exports

What You Can Do

POST
Createmessagestorereport — Create Message Store Report
/v1/restapi/v1-0/account/{accountid}/message-store-report
GET
Readmessagestorereporttask — Get Message Store Report Task
/v1/restapi/v1-0/account/{accountid}/message-store-report/{taskid}
GET
Readmessagestorereportarchive — Get Message Store Report Archive
/v1/restapi/v1-0/account/{accountid}/message-store-report/{taskid}/archive

MCP Tools

create-message-store-report

Create Message Store Report

get-message-store-report-task

Get Message Store Report Task

read-only idempotent
get-message-store-report-archive

Get Message Store Report Archive

read-only idempotent

Capability Spec

platform-message-exports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: RingCentral API — Message Exports
  description: 'RingCentral API — Message Exports. 3 operations. Lead operation: Create Message Store Report. Self-contained
    Naftiko capability covering one Ringcentral business surface.'
  tags:
  - Ringcentral
  - Message Exports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RINGCENTRAL_API_KEY: RINGCENTRAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-message-exports
    baseUri: https://platform.ringcentral.com
    description: RingCentral API — Message Exports business capability. Self-contained, no shared references.
    resources:
    - name: restapi-v1.0-account-accountId-message-store-report
      path: /restapi/v1.0/account/{accountId}/message-store-report
      operations:
      - name: createmessagestorereport
        method: POST
        description: Create Message Store Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: restapi-v1.0-account-accountId-message-store-report-taskId
      path: /restapi/v1.0/account/{accountId}/message-store-report/{taskId}
      operations:
      - name: readmessagestorereporttask
        method: GET
        description: Get Message Store Report Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: restapi-v1.0-account-accountId-message-store-report-taskId-archive
      path: /restapi/v1.0/account/{accountId}/message-store-report/{taskId}/archive
      operations:
      - name: readmessagestorereportarchive
        method: GET
        description: Get Message Store Report Archive
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RINGCENTRAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-message-exports-rest
    port: 8080
    description: REST adapter for RingCentral API — Message Exports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/restapi/v1-0/account/{accountid}/message-store-report
      name: restapi-v1-0-account-accountid-message-store-report
      description: REST surface for restapi-v1.0-account-accountId-message-store-report.
      operations:
      - method: POST
        name: createmessagestorereport
        description: Create Message Store Report
        call: platform-message-exports.createmessagestorereport
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/restapi/v1-0/account/{accountid}/message-store-report/{taskid}
      name: restapi-v1-0-account-accountid-message-store-report-taskid
      description: REST surface for restapi-v1.0-account-accountId-message-store-report-taskId.
      operations:
      - method: GET
        name: readmessagestorereporttask
        description: Get Message Store Report Task
        call: platform-message-exports.readmessagestorereporttask
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/restapi/v1-0/account/{accountid}/message-store-report/{taskid}/archive
      name: restapi-v1-0-account-accountid-message-store-report-taskid-archive
      description: REST surface for restapi-v1.0-account-accountId-message-store-report-taskId-archive.
      operations:
      - method: GET
        name: readmessagestorereportarchive
        description: Get Message Store Report Archive
        call: platform-message-exports.readmessagestorereportarchive
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-message-exports-mcp
    port: 9090
    transport: http
    description: MCP adapter for RingCentral API — Message Exports. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-message-store-report
      description: Create Message Store Report
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-message-exports.createmessagestorereport
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-message-store-report-task
      description: Get Message Store Report Task
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-message-exports.readmessagestorereporttask
      outputParameters:
      - type: object
        mapping: $.
    - name: get-message-store-report-archive
      description: Get Message Store Report Archive
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-message-exports.readmessagestorereportarchive
      outputParameters:
      - type: object
        mapping: $.