Red Hat · Capability

Red Hat Ansible Automation Platform API — Workflow Job Templates

Red Hat Ansible Automation Platform API — Workflow Job Templates. 1 operations. Lead operation: Red Hat List Workflow Job Templates. Self-contained Naftiko capability covering one Red Hat business surface.

Run with Naftiko Red HatWorkflow Job Templates

What You Can Do

GET
Listworkflowjobtemplates — Red Hat List Workflow Job Templates
/v1/api/v2/workflow-job-templates

MCP Tools

red-hat-list-workflow-job

Red Hat List Workflow Job Templates

read-only idempotent

Capability Spec

ansible-automation-platform-workflow-job-templates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Ansible Automation Platform API — Workflow Job Templates
  description: 'Red Hat Ansible Automation Platform API — Workflow Job Templates. 1 operations. Lead operation: Red Hat List
    Workflow Job Templates. Self-contained Naftiko capability covering one Red Hat business surface.'
  tags:
  - Red Hat
  - Workflow Job Templates
  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: ansible-automation-platform-workflow-job-templates
    baseUri: https://ansible-platform.example.com
    description: Red Hat Ansible Automation Platform API — Workflow Job Templates business capability. Self-contained, no
      shared references.
    resources:
    - name: api-v2-workflow_job_templates
      path: /api/v2/workflow_job_templates/
      operations:
      - name: listworkflowjobtemplates
        method: GET
        description: Red Hat List Workflow Job Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RED_HAT_API_KEY}}'
  exposes:
  - type: rest
    namespace: ansible-automation-platform-workflow-job-templates-rest
    port: 8080
    description: REST adapter for Red Hat Ansible Automation Platform API — Workflow Job Templates. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v2/workflow-job-templates
      name: api-v2-workflow-job-templates
      description: REST surface for api-v2-workflow_job_templates.
      operations:
      - method: GET
        name: listworkflowjobtemplates
        description: Red Hat List Workflow Job Templates
        call: ansible-automation-platform-workflow-job-templates.listworkflowjobtemplates
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ansible-automation-platform-workflow-job-templates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Ansible Automation Platform API — Workflow Job Templates. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: red-hat-list-workflow-job
      description: Red Hat List Workflow Job Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ansible-automation-platform-workflow-job-templates.listworkflowjobtemplates
      outputParameters:
      - type: object
        mapping: $.