Qovery · Capability

Qovery API — Organization Annotations Group

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

Run with Naftiko QoveryOrganization Annotations Group

What You Can Do

GET
Listorganizationannotationsgroup — List organization annotations group
/v1/organization/{organizationid}/annotationsgroups
POST
Createorganizationannotationsgroup — Create an organization annotations group
/v1/organization/{organizationid}/annotationsgroups
GET
Getorganizationannotationsgroup — Get organization annotations group
/v1/organization/{organizationid}/annotationsgroups/{annotationsgroupid}
PUT
Editorganizationannotationsgroup — Edit organization annotations group
/v1/organization/{organizationid}/annotationsgroups/{annotationsgroupid}
DELETE
Deleteorganizationannotationsgroup — Delete organization annotations group
/v1/organization/{organizationid}/annotationsgroups/{annotationsgroupid}
GET
Getorganizationannotationsgroupassociateditems — Get organization annotations group associated items
/v1/organization/{organizationid}/annotationsgroups/{annotationsgroupid}/associateditems

MCP Tools

list-organization-annotations-group

List organization annotations group

read-only idempotent
create-organization-annotations-group

Create an organization annotations group

get-organization-annotations-group

Get organization annotations group

read-only idempotent
edit-organization-annotations-group

Edit organization annotations group

idempotent
delete-organization-annotations-group

Delete organization annotations group

idempotent
get-organization-annotations-group-associated

Get organization annotations group associated items

read-only idempotent

Capability Spec

qovery-organization-annotations-group.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qovery API — Organization Annotations Group
  description: 'Qovery API — Organization Annotations Group. 6 operations. Lead operation: List organization annotations group.
    Self-contained Naftiko capability covering one Qovery business surface.'
  tags:
  - Qovery
  - Organization Annotations 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-annotations-group
    baseUri: https://api.qovery.com
    description: Qovery API — Organization Annotations Group business capability. Self-contained, no shared references.
    resources:
    - name: organization-organizationId-annotationsGroups
      path: /organization/{organizationId}/annotationsGroups
      operations:
      - name: listorganizationannotationsgroup
        method: GET
        description: List organization annotations group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorganizationannotationsgroup
        method: POST
        description: Create an organization annotations 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-annotationsGroups-annotationsGroupId
      path: /organization/{organizationId}/annotationsGroups/{annotationsGroupId}
      operations:
      - name: getorganizationannotationsgroup
        method: GET
        description: Get organization annotations group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: editorganizationannotationsgroup
        method: PUT
        description: Edit organization annotations group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteorganizationannotationsgroup
        method: DELETE
        description: Delete organization annotations group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: organization-organizationId-annotationsGroups-annotationsGroupId-associatedItems
      path: /organization/{organizationId}/annotationsGroups/{annotationsGroupId}/associatedItems
      operations:
      - name: getorganizationannotationsgroupassociateditems
        method: GET
        description: Get organization annotations 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-annotations-group-rest
    port: 8080
    description: REST adapter for Qovery API — Organization Annotations Group. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organization/{organizationid}/annotationsgroups
      name: organization-organizationid-annotationsgroups
      description: REST surface for organization-organizationId-annotationsGroups.
      operations:
      - method: GET
        name: listorganizationannotationsgroup
        description: List organization annotations group
        call: qovery-organization-annotations-group.listorganizationannotationsgroup
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createorganizationannotationsgroup
        description: Create an organization annotations group
        call: qovery-organization-annotations-group.createorganizationannotationsgroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/annotationsgroups/{annotationsgroupid}
      name: organization-organizationid-annotationsgroups-annotationsgroupid
      description: REST surface for organization-organizationId-annotationsGroups-annotationsGroupId.
      operations:
      - method: GET
        name: getorganizationannotationsgroup
        description: Get organization annotations group
        call: qovery-organization-annotations-group.getorganizationannotationsgroup
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: editorganizationannotationsgroup
        description: Edit organization annotations group
        call: qovery-organization-annotations-group.editorganizationannotationsgroup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteorganizationannotationsgroup
        description: Delete organization annotations group
        call: qovery-organization-annotations-group.deleteorganizationannotationsgroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organization/{organizationid}/annotationsgroups/{annotationsgroupid}/associateditems
      name: organization-organizationid-annotationsgroups-annotationsgroupid-associateditems
      description: REST surface for organization-organizationId-annotationsGroups-annotationsGroupId-associatedItems.
      operations:
      - method: GET
        name: getorganizationannotationsgroupassociateditems
        description: Get organization annotations group associated items
        call: qovery-organization-annotations-group.getorganizationannotationsgroupassociateditems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: qovery-organization-annotations-group-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qovery API — Organization Annotations Group. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-organization-annotations-group
      description: List organization annotations group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-annotations-group.listorganizationannotationsgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: create-organization-annotations-group
      description: Create an organization annotations group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: qovery-organization-annotations-group.createorganizationannotationsgroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-organization-annotations-group
      description: Get organization annotations group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-annotations-group.getorganizationannotationsgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: edit-organization-annotations-group
      description: Edit organization annotations group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: qovery-organization-annotations-group.editorganizationannotationsgroup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-organization-annotations-group
      description: Delete organization annotations group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: qovery-organization-annotations-group.deleteorganizationannotationsgroup
      outputParameters:
      - type: object
        mapping: $.
    - name: get-organization-annotations-group-associated
      description: Get organization annotations group associated items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: qovery-organization-annotations-group.getorganizationannotationsgroupassociateditems
      outputParameters:
      - type: object
        mapping: $.