Scaleway · Capability

Managed Database for PostgreSQL and MySQL API — NodeTypes

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

Run with Naftiko ScalewayNodeTypes

What You Can Do

GET
Listnodetypes — List available node types
/v1/rdb/v1/regions/{region}/node-types

MCP Tools

list-available-node-types

List available node types

read-only idempotent

Capability Spec

database-nodetypes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Managed Database for PostgreSQL and MySQL API — NodeTypes
  description: 'Managed Database for PostgreSQL and MySQL API — NodeTypes. 1 operations. Lead operation: List available node
    types. Self-contained Naftiko capability covering one Scaleway business surface.'
  tags:
  - Scaleway
  - NodeTypes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCALEWAY_API_KEY: SCALEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: database-nodetypes
    baseUri: https://api.scaleway.com
    description: Managed Database for PostgreSQL and MySQL API — NodeTypes business capability. Self-contained, no shared
      references.
    resources:
    - name: rdb-v1-regions-region-node-types
      path: /rdb/v1/regions/{region}/node-types
      operations:
      - name: listnodetypes
        method: GET
        description: List available node types
        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: include_disabled_types
          in: query
          type: boolean
          description: Defines whether or not to include disabled types.
          required: true
        - 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-nodetypes-rest
    port: 8080
    description: REST adapter for Managed Database for PostgreSQL and MySQL API — NodeTypes. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rdb/v1/regions/{region}/node-types
      name: rdb-v1-regions-region-node-types
      description: REST surface for rdb-v1-regions-region-node-types.
      operations:
      - method: GET
        name: listnodetypes
        description: List available node types
        call: database-nodetypes.listnodetypes
        with:
          region: rest.region
          include_disabled_types: rest.include_disabled_types
          page: rest.page
          page_size: rest.page_size
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: database-nodetypes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Managed Database for PostgreSQL and MySQL API — NodeTypes. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: list-available-node-types
      description: List available node types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: database-nodetypes.listnodetypes
      with:
        region: tools.region
        include_disabled_types: tools.include_disabled_types
        page: tools.page
        page_size: tools.page_size
      outputParameters:
      - type: object
        mapping: $.