Red Hat OpenShift · Capability

Red Hat OpenShift Container Platform API — Image Streams

Red Hat OpenShift Container Platform API — Image Streams. 2 operations. Lead operation: List Image Streams. Self-contained Naftiko capability covering one Red Hat Openshift business surface.

Run with Naftiko Red Hat OpenshiftImage Streams

What You Can Do

GET
Listimagestreams — List Image Streams
/v1/apis/image-openshift-io/v1/namespaces/{namespace}/imagestreams
POST
Createimagestream — Create Image Stream
/v1/apis/image-openshift-io/v1/namespaces/{namespace}/imagestreams

MCP Tools

list-image-streams

List Image Streams

read-only idempotent
create-image-stream

Create Image Stream

Capability Spec

red-hat-openshift-image-streams.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat OpenShift Container Platform API — Image Streams
  description: 'Red Hat OpenShift Container Platform API — Image Streams. 2 operations. Lead operation: List Image Streams.
    Self-contained Naftiko capability covering one Red Hat Openshift business surface.'
  tags:
  - Red Hat Openshift
  - Image Streams
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_OPENSHIFT_API_KEY: RED_HAT_OPENSHIFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: red-hat-openshift-image-streams
    baseUri: https://api.{cluster}:6443
    description: Red Hat OpenShift Container Platform API — Image Streams business capability. Self-contained, no shared references.
    resources:
    - name: apis-image.openshift.io-v1-namespaces-namespace-imagestreams
      path: /apis/image.openshift.io/v1/namespaces/{namespace}/imagestreams
      operations:
      - name: listimagestreams
        method: GET
        description: List Image Streams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createimagestream
        method: POST
        description: Create Image Stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.RED_HAT_OPENSHIFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: red-hat-openshift-image-streams-rest
    port: 8080
    description: REST adapter for Red Hat OpenShift Container Platform API — Image Streams. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/apis/image-openshift-io/v1/namespaces/{namespace}/imagestreams
      name: apis-image-openshift-io-v1-namespaces-namespace-imagestreams
      description: REST surface for apis-image.openshift.io-v1-namespaces-namespace-imagestreams.
      operations:
      - method: GET
        name: listimagestreams
        description: List Image Streams
        call: red-hat-openshift-image-streams.listimagestreams
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createimagestream
        description: Create Image Stream
        call: red-hat-openshift-image-streams.createimagestream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: red-hat-openshift-image-streams-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat OpenShift Container Platform API — Image Streams. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-image-streams
      description: List Image Streams
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: red-hat-openshift-image-streams.listimagestreams
      outputParameters:
      - type: object
        mapping: $.
    - name: create-image-stream
      description: Create Image Stream
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: red-hat-openshift-image-streams.createimagestream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.