Roku · Capability

Roku Nabu Cloud — asyncapi

Roku Nabu Cloud — asyncapi. 3 operations. Lead operation: Roku Serve Asyncapi Schema. Self-contained Naftiko capability covering one Roku business surface.

Run with Naftiko Rokuasyncapi

What You Can Do

GET
Asyncapiserveasyncapischema — Roku Serve Asyncapi Schema
/v1/asyncapi
GET
Asyncapidownloadappjsonschema — Roku Download App Json Schema
/v1/asyncapi-json
GET
Asyncapidownloadappyamlschema — Roku Download App Yaml Schema
/v1/asyncapi-yaml

MCP Tools

roku-serve-asyncapi-schema

Roku Serve Asyncapi Schema

read-only idempotent
roku-download-app-json-schema

Roku Download App Json Schema

read-only idempotent
roku-download-app-yaml-schema

Roku Download App Yaml Schema

read-only idempotent

Capability Spec

nabu-cloud-asyncapi.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Roku Nabu Cloud — asyncapi
  description: 'Roku Nabu Cloud — asyncapi. 3 operations. Lead operation: Roku Serve Asyncapi Schema. Self-contained Naftiko
    capability covering one Roku business surface.'
  tags:
  - Roku
  - asyncapi
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ROKU_API_KEY: ROKU_API_KEY
capability:
  consumes:
  - type: http
    namespace: nabu-cloud-asyncapi
    baseUri: https://api.cloud.roku.dev
    description: Roku Nabu Cloud — asyncapi business capability. Self-contained, no shared references.
    resources:
    - name: asyncapi
      path: /asyncapi
      operations:
      - name: asyncapiserveasyncapischema
        method: GET
        description: Roku Serve Asyncapi Schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sidebar
          in: query
          type: boolean
        - name: info
          in: query
          type: boolean
        - name: servers
          in: query
          type: boolean
        - name: operations
          in: query
          type: boolean
        - name: messages
          in: query
          type: boolean
        - name: schemas
          in: query
          type: boolean
        - name: errors
          in: query
          type: boolean
        - name: expandMessageExamples
          in: query
          type: boolean
    - name: asyncapi.json
      path: /asyncapi.json
      operations:
      - name: asyncapidownloadappjsonschema
        method: GET
        description: Roku Download App Json Schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: asyncapi.yaml
      path: /asyncapi.yaml
      operations:
      - name: asyncapidownloadappyamlschema
        method: GET
        description: Roku Download App Yaml Schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: nabu-cloud-asyncapi-rest
    port: 8080
    description: REST adapter for Roku Nabu Cloud — asyncapi. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/asyncapi
      name: asyncapi
      description: REST surface for asyncapi.
      operations:
      - method: GET
        name: asyncapiserveasyncapischema
        description: Roku Serve Asyncapi Schema
        call: nabu-cloud-asyncapi.asyncapiserveasyncapischema
        with:
          sidebar: rest.sidebar
          info: rest.info
          servers: rest.servers
          operations: rest.operations
          messages: rest.messages
          schemas: rest.schemas
          errors: rest.errors
          expandMessageExamples: rest.expandMessageExamples
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/asyncapi-json
      name: asyncapi-json
      description: REST surface for asyncapi.json.
      operations:
      - method: GET
        name: asyncapidownloadappjsonschema
        description: Roku Download App Json Schema
        call: nabu-cloud-asyncapi.asyncapidownloadappjsonschema
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/asyncapi-yaml
      name: asyncapi-yaml
      description: REST surface for asyncapi.yaml.
      operations:
      - method: GET
        name: asyncapidownloadappyamlschema
        description: Roku Download App Yaml Schema
        call: nabu-cloud-asyncapi.asyncapidownloadappyamlschema
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nabu-cloud-asyncapi-mcp
    port: 9090
    transport: http
    description: MCP adapter for Roku Nabu Cloud — asyncapi. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: roku-serve-asyncapi-schema
      description: Roku Serve Asyncapi Schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-asyncapi.asyncapiserveasyncapischema
      with:
        sidebar: tools.sidebar
        info: tools.info
        servers: tools.servers
        operations: tools.operations
        messages: tools.messages
        schemas: tools.schemas
        errors: tools.errors
        expandMessageExamples: tools.expandMessageExamples
      outputParameters:
      - type: object
        mapping: $.
    - name: roku-download-app-json-schema
      description: Roku Download App Json Schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-asyncapi.asyncapidownloadappjsonschema
      outputParameters:
      - type: object
        mapping: $.
    - name: roku-download-app-yaml-schema
      description: Roku Download App Yaml Schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-asyncapi.asyncapidownloadappyamlschema
      outputParameters:
      - type: object
        mapping: $.