naftiko: 1.0.0-alpha2 info: label: RingCentral API — Multi-Site description: 'RingCentral API — Multi-Site. 9 operations. Lead operation: List Sites. Self-contained Naftiko capability covering one Ringcentral business surface.' tags: - Ringcentral - Multi-Site created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: RINGCENTRAL_API_KEY: RINGCENTRAL_API_KEY capability: consumes: - type: http namespace: platform-multi-site baseUri: https://platform.ringcentral.com description: RingCentral API — Multi-Site business capability. Self-contained, no shared references. resources: - name: restapi-v1.0-account-accountId-sites path: /restapi/v1.0/account/{accountId}/sites operations: - name: listsites method: GET description: List Sites outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createsite method: POST description: Create Site 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-sites-siteId path: /restapi/v1.0/account/{accountId}/sites/{siteId} operations: - name: readsite method: GET description: Get Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true - name: updatesite method: PUT description: Update Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true - name: body in: body type: object description: Request body (JSON). required: false - name: deletesite method: DELETE description: Delete Site outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true - name: restapi-v1.0-account-accountId-sites-siteId-bulk-assign path: /restapi/v1.0/account/{accountId}/sites/{siteId}/bulk-assign operations: - name: assignmultiplesites method: POST description: Edit Sites outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true - name: body in: body type: object description: Request body (JSON). required: false - name: restapi-v1.0-account-accountId-sites-siteId-ivr path: /restapi/v1.0/account/{accountId}/sites/{siteId}/ivr operations: - name: readsiteivrsettings method: GET description: Get Site IVR Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true - name: updatesiteivrsettings method: PUT description: Update Site IVR Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true - name: body in: body type: object description: Request body (JSON). required: true - name: restapi-v1.0-account-accountId-sites-siteId-members path: /restapi/v1.0/account/{accountId}/sites/{siteId}/members operations: - name: listsitemembers method: GET description: List Site Members outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: siteId in: path type: string description: Internal identifier of a site. *Please note* that `siteId` cannot take the 'main-site' value required: true authentication: type: bearer token: '{{env.RINGCENTRAL_API_KEY}}' exposes: - type: rest namespace: platform-multi-site-rest port: 8080 description: REST adapter for RingCentral API — Multi-Site. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/restapi/v1-0/account/{accountid}/sites name: restapi-v1-0-account-accountid-sites description: REST surface for restapi-v1.0-account-accountId-sites. operations: - method: GET name: listsites description: List Sites call: platform-multi-site.listsites outputParameters: - type: object mapping: $. - method: POST name: createsite description: Create Site call: platform-multi-site.createsite with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/restapi/v1-0/account/{accountid}/sites/{siteid} name: restapi-v1-0-account-accountid-sites-siteid description: REST surface for restapi-v1.0-account-accountId-sites-siteId. operations: - method: GET name: readsite description: Get Site call: platform-multi-site.readsite with: siteId: rest.siteId outputParameters: - type: object mapping: $. - method: PUT name: updatesite description: Update Site call: platform-multi-site.updatesite with: siteId: rest.siteId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletesite description: Delete Site call: platform-multi-site.deletesite with: siteId: rest.siteId outputParameters: - type: object mapping: $. - path: /v1/restapi/v1-0/account/{accountid}/sites/{siteid}/bulk-assign name: restapi-v1-0-account-accountid-sites-siteid-bulk-assign description: REST surface for restapi-v1.0-account-accountId-sites-siteId-bulk-assign. operations: - method: POST name: assignmultiplesites description: Edit Sites call: platform-multi-site.assignmultiplesites with: siteId: rest.siteId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/restapi/v1-0/account/{accountid}/sites/{siteid}/ivr name: restapi-v1-0-account-accountid-sites-siteid-ivr description: REST surface for restapi-v1.0-account-accountId-sites-siteId-ivr. operations: - method: GET name: readsiteivrsettings description: Get Site IVR Settings call: platform-multi-site.readsiteivrsettings with: siteId: rest.siteId outputParameters: - type: object mapping: $. - method: PUT name: updatesiteivrsettings description: Update Site IVR Settings call: platform-multi-site.updatesiteivrsettings with: siteId: rest.siteId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/restapi/v1-0/account/{accountid}/sites/{siteid}/members name: restapi-v1-0-account-accountid-sites-siteid-members description: REST surface for restapi-v1.0-account-accountId-sites-siteId-members. operations: - method: GET name: listsitemembers description: List Site Members call: platform-multi-site.listsitemembers with: siteId: rest.siteId outputParameters: - type: object mapping: $. - type: mcp namespace: platform-multi-site-mcp port: 9090 transport: http description: MCP adapter for RingCentral API — Multi-Site. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-sites description: List Sites hints: readOnly: true destructive: false idempotent: true call: platform-multi-site.listsites outputParameters: - type: object mapping: $. - name: create-site description: Create Site hints: readOnly: false destructive: false idempotent: false call: platform-multi-site.createsite with: body: tools.body outputParameters: - type: object mapping: $. - name: get-site description: Get Site hints: readOnly: true destructive: false idempotent: true call: platform-multi-site.readsite with: siteId: tools.siteId outputParameters: - type: object mapping: $. - name: update-site description: Update Site hints: readOnly: false destructive: false idempotent: true call: platform-multi-site.updatesite with: siteId: tools.siteId body: tools.body outputParameters: - type: object mapping: $. - name: delete-site description: Delete Site hints: readOnly: false destructive: true idempotent: true call: platform-multi-site.deletesite with: siteId: tools.siteId outputParameters: - type: object mapping: $. - name: edit-sites description: Edit Sites hints: readOnly: false destructive: false idempotent: false call: platform-multi-site.assignmultiplesites with: siteId: tools.siteId body: tools.body outputParameters: - type: object mapping: $. - name: get-site-ivr-settings description: Get Site IVR Settings hints: readOnly: true destructive: false idempotent: true call: platform-multi-site.readsiteivrsettings with: siteId: tools.siteId outputParameters: - type: object mapping: $. - name: update-site-ivr-settings description: Update Site IVR Settings hints: readOnly: false destructive: false idempotent: true call: platform-multi-site.updatesiteivrsettings with: siteId: tools.siteId body: tools.body outputParameters: - type: object mapping: $. - name: list-site-members description: List Site Members hints: readOnly: true destructive: false idempotent: true call: platform-multi-site.listsitemembers with: siteId: tools.siteId outputParameters: - type: object mapping: $.