IBM WebSphere · Capability

WebSphere Liberty Collective Controller REST API — Controller

WebSphere Liberty Collective Controller REST API — Controller. 1 operations. Lead operation: Get Controller Information. Self-contained Naftiko capability covering one Websphere business surface.

Run with Naftiko WebsphereController

What You Can Do

GET
Getcontrollerinfo — Get Controller Information
/v1/controller

MCP Tools

get-controller-information

Get Controller Information

read-only idempotent

Capability Spec

liberty-collective-controller-rest-controller.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WebSphere Liberty Collective Controller REST API — Controller
  description: 'WebSphere Liberty Collective Controller REST API — Controller. 1 operations. Lead operation: Get Controller
    Information. Self-contained Naftiko capability covering one Websphere business surface.'
  tags:
  - Websphere
  - Controller
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBSPHERE_API_KEY: WEBSPHERE_API_KEY
capability:
  consumes:
  - type: http
    namespace: liberty-collective-controller-rest-controller
    baseUri: https://localhost:9443/ibm/api/collective
    description: WebSphere Liberty Collective Controller REST API — Controller business capability. Self-contained, no shared
      references.
    resources:
    - name: controller
      path: /controller
      operations:
      - name: getcontrollerinfo
        method: GET
        description: Get Controller Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.WEBSPHERE_USER}}'
      password: '{{env.WEBSPHERE_PASS}}'
  exposes:
  - type: rest
    namespace: liberty-collective-controller-rest-controller-rest
    port: 8080
    description: REST adapter for WebSphere Liberty Collective Controller REST API — Controller. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/controller
      name: controller
      description: REST surface for controller.
      operations:
      - method: GET
        name: getcontrollerinfo
        description: Get Controller Information
        call: liberty-collective-controller-rest-controller.getcontrollerinfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: liberty-collective-controller-rest-controller-mcp
    port: 9090
    transport: http
    description: MCP adapter for WebSphere Liberty Collective Controller REST API — Controller. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-controller-information
      description: Get Controller Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: liberty-collective-controller-rest-controller.getcontrollerinfo
      outputParameters:
      - type: object
        mapping: $.