Red Hat Security Data API — OVAL

Red Hat Security Data API — OVAL. 1 operations. Lead operation: Get OVAL Definitions. Self-contained Naftiko capability covering one Red Hat Enterprise Linux 8 business surface.

Run with Naftiko Red Hat Enterprise Linux 8OVAL

What You Can Do

GET
Getovaldefinitions — Get OVAL Definitions
/v1/oval/product-xml

MCP Tools

get-oval-definitions

Get OVAL Definitions

read-only idempotent

Capability Spec

security-data-oval.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Security Data API — OVAL
  description: 'Red Hat Security Data API — OVAL. 1 operations. Lead operation: Get OVAL Definitions. Self-contained Naftiko
    capability covering one Red Hat Enterprise Linux 8 business surface.'
  tags:
  - Red Hat Enterprise Linux 8
  - OVAL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RED_HAT_ENTERPRISE_LINUX_8_API_KEY: RED_HAT_ENTERPRISE_LINUX_8_API_KEY
capability:
  consumes:
  - type: http
    namespace: security-data-oval
    baseUri: https://access.redhat.com/labs/securitydataapi
    description: Red Hat Security Data API — OVAL business capability. Self-contained, no shared references.
    resources:
    - name: oval-product}.xml
      path: /oval/{product}.xml
      operations:
      - name: getovaldefinitions
        method: GET
        description: Get OVAL Definitions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: product
          in: path
          type: string
          description: The product identifier (e.g., rhel8, rhel9)
          required: true
  exposes:
  - type: rest
    namespace: security-data-oval-rest
    port: 8080
    description: REST adapter for Red Hat Security Data API — OVAL. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/oval/product-xml
      name: oval-product-xml
      description: REST surface for oval-product}.xml.
      operations:
      - method: GET
        name: getovaldefinitions
        description: Get OVAL Definitions
        call: security-data-oval.getovaldefinitions
        with:
          product: rest.product
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: security-data-oval-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Security Data API — OVAL. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-oval-definitions
      description: Get OVAL Definitions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: security-data-oval.getovaldefinitions
      with:
        product: tools.product
      outputParameters:
      - type: object
        mapping: $.