Red Hat · Capability

Red Hat Satellite API — Errata

Red Hat Satellite API — Errata. 2 operations. Lead operation: Red Hat List Errata for a Host. Self-contained Naftiko capability covering one Red Hat business surface.

Run with Naftiko Red HatErrata

What You Can Do

GET
Listhosterrata — Red Hat List Errata for a Host
/v1/api/v2/hosts/{id}/errata
GET
Listerrata — Red Hat List Errata
/v1/katello/api/v2/errata

MCP Tools

red-hat-list-errata-host

Red Hat List Errata for a Host

read-only idempotent
red-hat-list-errata

Red Hat List Errata

read-only idempotent

Capability Spec

satellite-errata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Satellite API — Errata
  description: 'Red Hat Satellite API — Errata. 2 operations. Lead operation: Red Hat List Errata for a Host. Self-contained
    Naftiko capability covering one Red Hat business surface.'
  tags:
  - Red Hat
  - Errata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_API_KEY: RED_HAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: satellite-errata
    baseUri: https://satellite.example.com
    description: Red Hat Satellite API — Errata business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-hosts-id-errata
      path: /api/v2/hosts/{id}/errata
      operations:
      - name: listhosterrata
        method: GET
        description: Red Hat List Errata for a Host
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: katello-api-v2-errata
      path: /katello/api/v2/errata
      operations:
      - name: listerrata
        method: GET
        description: Red Hat List Errata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: Filter errata by type.
        - name: severity
          in: query
          type: string
          description: Filter security errata by severity.
    authentication:
      type: basic
      username: '{{env.RED_HAT_USER}}'
      password: '{{env.RED_HAT_PASS}}'
  exposes:
  - type: rest
    namespace: satellite-errata-rest
    port: 8080
    description: REST adapter for Red Hat Satellite API — Errata. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/hosts/{id}/errata
      name: api-v2-hosts-id-errata
      description: REST surface for api-v2-hosts-id-errata.
      operations:
      - method: GET
        name: listhosterrata
        description: Red Hat List Errata for a Host
        call: satellite-errata.listhosterrata
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/katello/api/v2/errata
      name: katello-api-v2-errata
      description: REST surface for katello-api-v2-errata.
      operations:
      - method: GET
        name: listerrata
        description: Red Hat List Errata
        call: satellite-errata.listerrata
        with:
          type: rest.type
          severity: rest.severity
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: satellite-errata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Satellite API — Errata. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: red-hat-list-errata-host
      description: Red Hat List Errata for a Host
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: satellite-errata.listhosterrata
      outputParameters:
      - type: object
        mapping: $.
    - name: red-hat-list-errata
      description: Red Hat List Errata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: satellite-errata.listerrata
      with:
        type: tools.type
        severity: tools.severity
      outputParameters:
      - type: object
        mapping: $.