OpenStack · Capability

OpenStack Compute (Nova) API — Images

OpenStack Compute (Nova) API — Images. 1 operations. Lead operation: List images (proxied to Glance). Self-contained Naftiko capability covering one Openstack business surface.

Run with Naftiko OpenstackImages

What You Can Do

GET
Listimagesproxy — List images (proxied to Glance)
/v1/images

MCP Tools

list-images-proxied-glance

List images (proxied to Glance)

read-only idempotent

Capability Spec

nova-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OpenStack Compute (Nova) API — Images
  description: 'OpenStack Compute (Nova) API — Images. 1 operations. Lead operation: List images (proxied to Glance). Self-contained
    Naftiko capability covering one Openstack business surface.'
  tags:
  - Openstack
  - Images
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OPENSTACK_API_KEY: OPENSTACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: nova-images
    baseUri: https://{nova-host}/compute/v2.1
    description: OpenStack Compute (Nova) API — Images business capability. Self-contained, no shared references.
    resources:
    - name: images
      path: /images
      operations:
      - name: listimagesproxy
        method: GET
        description: List images (proxied to Glance)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.OPENSTACK_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: nova-images-rest
    port: 8080
    description: REST adapter for OpenStack Compute (Nova) API — Images. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/images
      name: images
      description: REST surface for images.
      operations:
      - method: GET
        name: listimagesproxy
        description: List images (proxied to Glance)
        call: nova-images.listimagesproxy
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: nova-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for OpenStack Compute (Nova) API — Images. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-images-proxied-glance
      description: List images (proxied to Glance)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: nova-images.listimagesproxy
      outputParameters:
      - type: object
        mapping: $.