Red Hat · Capability

Red Hat Quay API — Organizations

Red Hat Quay API — Organizations. 1 operations. Lead operation: Red Hat Get an Organization. Self-contained Naftiko capability covering one Red Hat business surface.

Run with Naftiko Red HatOrganizations

What You Can Do

GET
Getorganization — Red Hat Get an Organization
/v1/organization/{orgname}

MCP Tools

red-hat-get-organization

Red Hat Get an Organization

read-only idempotent

Capability Spec

quay-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Red Hat Quay API — Organizations
  description: 'Red Hat Quay API — Organizations. 1 operations. Lead operation: Red Hat Get an Organization. Self-contained
    Naftiko capability covering one Red Hat business surface.'
  tags:
  - Red Hat
  - Organizations
  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: quay-organizations
    baseUri: https://quay.io/api/v1
    description: Red Hat Quay API — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: organization-orgname
      path: /organization/{orgname}
      operations:
      - name: getorganization
        method: GET
        description: Red Hat Get an Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.RED_HAT_API_KEY}}'
  exposes:
  - type: rest
    namespace: quay-organizations-rest
    port: 8080
    description: REST adapter for Red Hat Quay API — Organizations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organization/{orgname}
      name: organization-orgname
      description: REST surface for organization-orgname.
      operations:
      - method: GET
        name: getorganization
        description: Red Hat Get an Organization
        call: quay-organizations.getorganization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: quay-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Red Hat Quay API — Organizations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: red-hat-get-organization
      description: Red Hat Get an Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: quay-organizations.getorganization
      outputParameters:
      - type: object
        mapping: $.