Roku · Capability

Roku Nabu Cloud — organisation-roles

Roku Nabu Cloud — organisation-roles. 2 operations. Lead operation: Roku List Organisation Roles. Self-contained Naftiko capability covering one Roku business surface.

Run with Naftiko Rokuorganisation-roles

What You Can Do

GET
Organisationroleslistorganisationroles — Roku List Organisation Roles
/v1/api/v1/organisation-roles
GET
Organisationrolesgetorganisationrole — Roku Get Organisation Role
/v1/api/v1/organisation-roles/{role-id}

MCP Tools

roku-list-organisation-roles

Roku List Organisation Roles

read-only idempotent
roku-get-organisation-role

Roku Get Organisation Role

read-only idempotent

Capability Spec

nabu-cloud-organisation-roles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Roku Nabu Cloud — organisation-roles
  description: 'Roku Nabu Cloud — organisation-roles. 2 operations. Lead operation: Roku List Organisation Roles. Self-contained
    Naftiko capability covering one Roku business surface.'
  tags:
  - Roku
  - organisation-roles
  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-organisation-roles
    baseUri: https://api.cloud.roku.dev
    description: Roku Nabu Cloud — organisation-roles business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-organisation-roles
      path: /api/v1/organisation-roles
      operations:
      - name: organisationroleslistorganisationroles
        method: GET
        description: Roku List Organisation Roles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: items
          in: query
          type: integer
          description: The number of items per page. Use 0 for no limit.
        - name: page
          in: query
          type: integer
          description: The page number. Use 0 for the first page.
    - name: api-v1-organisation-roles-role_id
      path: /api/v1/organisation-roles/{role_id}
      operations:
      - name: organisationrolesgetorganisationrole
        method: GET
        description: Roku Get Organisation Role
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: role_id
          in: path
          type: integer
          required: true
  exposes:
  - type: rest
    namespace: nabu-cloud-organisation-roles-rest
    port: 8080
    description: REST adapter for Roku Nabu Cloud — organisation-roles. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/organisation-roles
      name: api-v1-organisation-roles
      description: REST surface for api-v1-organisation-roles.
      operations:
      - method: GET
        name: organisationroleslistorganisationroles
        description: Roku List Organisation Roles
        call: nabu-cloud-organisation-roles.organisationroleslistorganisationroles
        with:
          items: rest.items
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/organisation-roles/{role-id}
      name: api-v1-organisation-roles-role-id
      description: REST surface for api-v1-organisation-roles-role_id.
      operations:
      - method: GET
        name: organisationrolesgetorganisationrole
        description: Roku Get Organisation Role
        call: nabu-cloud-organisation-roles.organisationrolesgetorganisationrole
        with:
          role_id: rest.role_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nabu-cloud-organisation-roles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Roku Nabu Cloud — organisation-roles. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: roku-list-organisation-roles
      description: Roku List Organisation Roles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-organisation-roles.organisationroleslistorganisationroles
      with:
        items: tools.items
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.
    - name: roku-get-organisation-role
      description: Roku Get Organisation Role
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nabu-cloud-organisation-roles.organisationrolesgetorganisationrole
      with:
        role_id: tools.role_id
      outputParameters:
      - type: object
        mapping: $.