Qovery · Capability

Qovery API — Organization Labels Group

Qovery API — Organization Labels Group. 6 operations. Lead operation: List organization labels group. Self-contained Naftiko capability covering one Qovery business surface.

Run with Naftiko QoveryOrganization Labels Group

What You Can Do

GET
Listorganizationlabelsgroup — List organization labels group
/v1/organization/{organizationid}/labelsgroups
POST
Createorganizationlabelsgroup — Create an organization labels group
/v1/organization/{organizationid}/labelsgroups
GET
Getorganizationlabelssgroup — Get organization labels group
/v1/organization/{organizationid}/labelsgroups/{labelsgroupid}
PUT
Editorganizationlabelsgroup — Edit organization labels group
/v1/organization/{organizationid}/labelsgroups/{labelsgroupid}
DELETE
Deleteorganizationlabelsgroup — Delete organization labels group
/v1/organization/{organizationid}/labelsgroups/{labelsgroupid}
GET
Getorganizationlabelsgroupassociateditems — Get organization labels group associated items
/v1/organization/{organizationid}/labelsgroups/{labelsgroupid}/associateditems

MCP Tools

list-organization-labels-group

List organization labels group

read-only idempotent
create-organization-labels-group

Create an organization labels group

get-organization-labels-group

Get organization labels group

read-only idempotent
edit-organization-labels-group

Edit organization labels group

idempotent
delete-organization-labels-group

Delete organization labels group

idempotent
get-organization-labels-group-associated

Get organization labels group associated items

read-only idempotent

Capability Spec

qovery-organization-labels-group.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Organization Labels Group
  description: 'Qovery API — Organization Labels Group. 6 operations. Lead operation: List organization labels group. Self-contained
    Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Organization Labels Group
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QOVERY_API_KEY: QOVERY_API_KEY
capability:
  consumes:
  - type: http
    namespace: qovery-organization-labels-group
    baseUri: https://api.qovery.com
    description: Qovery API — Organization Labels Group business capability. Self-contained, no shared references.
    resources:
    - name: organization-organizationId-labelsGroups
      path: /organization/{organizationId}/labelsGroups
      operations:
      - name: listorganizationlabelsgroup
        method: GET
        description: List organization labels group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorganizationlabelsgroup
        method: POST
        description: Create an organization labels group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: organization-organizationId-labelsGroups-labelsGroupId
      path: /organization/{organizationId}/labelsGroups/{labelsGroupId}
      operations:
      - name: getorganizationlabelssgroup
        method: GET
        description: Get organization labels group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: editorganizationlabelsgroup
        method: PUT
        description: Edit organization labels group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteorganizationlabelsgroup
        method: DELETE
        description: Delete organization labels group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: organization-organizationId-labelsGroups-labelsGroupId-associatedItems
      path: /organization/{organizationId}/labelsGroups/{labelsGroupId}/associatedItems
      operations:
      - name: getorganizationlabelsgroupassociateditems
        method: GET
        description: Get organization labels group associated items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.QOVERY_API_KEY}}'
  exposes:
  - type: rest
    namespace: qovery-organization-labels-group-rest
    port: 8080
    description: REST adapter for Qovery API — Organization Labels Group. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organization/{organizationid}/labelsgroups
      name: organization-organizationid-labelsgroups
      description: REST surface for organization-organizationId-labelsGroups.
      operations:
      - method: GET
        name: listorganizationlabelsgroup
        description: List organization labels group
        call: qovery-organization-labels-group.listorganizationlabelsgroup
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createorganizationlabelsgroup
        description: Create an organization labels group
        call: qovery-organization-labels-group.createorganizationlabelsgroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/labelsgroups/{labelsgroupid}
      name: organization-organizationid-labelsgroups-labelsgroupid
      description: REST surface for organization-organizationId-labelsGroups-labelsGroupId.
      operations:
      - method: GET
        name: getorganizationlabelssgroup
        description: Get organization labels group
        call: qovery-organization-labels-group.getorganizationlabelssgroup
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: editorganizationlabelsgroup
        description: Edit organization labels group
        call: qovery-organization-labels-group.editorganizationlabelsgroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteorganizationlabelsgroup
        description: Delete organization labels group
        call: qovery-organization-labels-group.deleteorganizationlabelsgroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/labelsgroups/{labelsgroupid}/associateditems
      name: organization-organizationid-labelsgroups-labelsgroupid-associateditems
      description: REST surface for organization-organizationId-labelsGroups-labelsGroupId-associatedItems.
      operations:
      - method: GET
        name: getorganizationlabelsgroupassociateditems
        description: Get organization labels group associated items
        call: qovery-organization-labels-group.getorganizationlabelsgroupassociateditems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-organization-labels-group-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Organization Labels Group. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-organization-labels-group
      description: List organization labels group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-labels-group.listorganizationlabelsgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: create-organization-labels-group
      description: Create an organization labels group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qovery-organization-labels-group.createorganizationlabelsgroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-organization-labels-group
      description: Get organization labels group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-labels-group.getorganizationlabelssgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: edit-organization-labels-group
      description: Edit organization labels group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qovery-organization-labels-group.editorganizationlabelsgroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-organization-labels-group
      description: Delete organization labels group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: qovery-organization-labels-group.deleteorganizationlabelsgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: get-organization-labels-group-associated
      description: Get organization labels group associated items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-labels-group.getorganizationlabelsgroupassociateditems
      outputParameters:
      - type: object
        mapping: $.