Scaleway · Capability

Managed Database for PostgreSQL and MySQL API — Engines

Managed Database for PostgreSQL and MySQL API — Engines. 1 operations. Lead operation: List available database engines. Self-contained Naftiko capability covering one Scaleway business surface.

Run with Naftiko ScalewayEngines

What You Can Do

GET
Listdatabaseengines — List available database engines
/v1/rdb/v1/regions/{region}/database-engines

MCP Tools

list-available-database-engines

List available database engines

read-only idempotent

Capability Spec

database-engines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Managed Database for PostgreSQL and MySQL API — Engines
  description: 'Managed Database for PostgreSQL and MySQL API — Engines. 1 operations. Lead operation: List available database
    engines. Self-contained Naftiko capability covering one Scaleway business surface.'
  tags:
  - Scaleway
  - Engines
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCALEWAY_API_KEY: SCALEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: database-engines
    baseUri: https://api.scaleway.com
    description: Managed Database for PostgreSQL and MySQL API — Engines business capability. Self-contained, no shared references.
    resources:
    - name: rdb-v1-regions-region-database-engines
      path: /rdb/v1/regions/{region}/database-engines
      operations:
      - name: listdatabaseengines
        method: GET
        description: List available database engines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: region
          in: path
          type: string
          description: The region you want to target
          required: true
        - name: name
          in: query
          type: string
          description: Name of the database engine.
        - name: version
          in: query
          type: string
          description: Version of the database engine.
        - name: page
          in: query
          type: string
        - name: page_size
          in: query
          type: integer
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.SCALEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: database-engines-rest
    port: 8080
    description: REST adapter for Managed Database for PostgreSQL and MySQL API — Engines. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rdb/v1/regions/{region}/database-engines
      name: rdb-v1-regions-region-database-engines
      description: REST surface for rdb-v1-regions-region-database-engines.
      operations:
      - method: GET
        name: listdatabaseengines
        description: List available database engines
        call: database-engines.listdatabaseengines
        with:
          region: rest.region
          name: rest.name
          version: rest.version
          page: rest.page
          page_size: rest.page_size
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: database-engines-mcp
    port: 9090
    transport: http
    description: MCP adapter for Managed Database for PostgreSQL and MySQL API — Engines. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-available-database-engines
      description: List available database engines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: database-engines.listdatabaseengines
      with:
        region: tools.region
        name: tools.name
        version: tools.version
        page: tools.page
        page_size: tools.page_size
      outputParameters:
      - type: object
        mapping: $.