Scaleway · Capability

Managed Database for PostgreSQL and MySQL API — Instance Settings

Managed Database for PostgreSQL and MySQL API — Instance Settings. 3 operations. Lead operation: Add Database Instance advanced settings. Self-contained Naftiko capability covering one Scaleway business surface.

Run with Naftiko ScalewayInstance Settings

What You Can Do

POST
Addinstancesettings — Add Database Instance advanced settings
/v1/rdb/v1/regions/{region}/instances/{instance-id}/settings
PUT
Setinstancesettings — Set Database Instance advanced settings
/v1/rdb/v1/regions/{region}/instances/{instance-id}/settings
DELETE
Deleteinstancesettings — Delete Database Instance advanced settings
/v1/rdb/v1/regions/{region}/instances/{instance-id}/settings

MCP Tools

add-database-instance-advanced-settings

Add Database Instance advanced settings

set-database-instance-advanced-settings

Set Database Instance advanced settings

idempotent
delete-database-instance-advanced-settings

Delete Database Instance advanced settings

idempotent

Capability Spec

database-instance-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Managed Database for PostgreSQL and MySQL API — Instance Settings
  description: 'Managed Database for PostgreSQL and MySQL API — Instance Settings. 3 operations. Lead operation: Add Database
    Instance advanced settings. Self-contained Naftiko capability covering one Scaleway business surface.'
  tags:
  - Scaleway
  - Instance Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCALEWAY_API_KEY: SCALEWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: database-instance-settings
    baseUri: https://api.scaleway.com
    description: Managed Database for PostgreSQL and MySQL API — Instance Settings business capability. Self-contained, no
      shared references.
    resources:
    - name: rdb-v1-regions-region-instances-instance_id-settings
      path: /rdb/v1/regions/{region}/instances/{instance_id}/settings
      operations:
      - name: addinstancesettings
        method: POST
        description: Add Database Instance advanced settings
        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: instance_id
          in: path
          type: string
          description: UUID of the Database Instance you want to add settings to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: setinstancesettings
        method: PUT
        description: Set Database Instance advanced settings
        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: instance_id
          in: path
          type: string
          description: UUID of the Database Instance where the settings must be set.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteinstancesettings
        method: DELETE
        description: Delete Database Instance advanced settings
        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: instance_id
          in: path
          type: string
          description: UUID of the Database Instance to delete settings from.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Auth-Token
      value: '{{env.SCALEWAY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: database-instance-settings-rest
    port: 8080
    description: REST adapter for Managed Database for PostgreSQL and MySQL API — Instance Settings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/rdb/v1/regions/{region}/instances/{instance-id}/settings
      name: rdb-v1-regions-region-instances-instance-id-settings
      description: REST surface for rdb-v1-regions-region-instances-instance_id-settings.
      operations:
      - method: POST
        name: addinstancesettings
        description: Add Database Instance advanced settings
        call: database-instance-settings.addinstancesettings
        with:
          region: rest.region
          instance_id: rest.instance_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: setinstancesettings
        description: Set Database Instance advanced settings
        call: database-instance-settings.setinstancesettings
        with:
          region: rest.region
          instance_id: rest.instance_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteinstancesettings
        description: Delete Database Instance advanced settings
        call: database-instance-settings.deleteinstancesettings
        with:
          region: rest.region
          instance_id: rest.instance_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: database-instance-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Managed Database for PostgreSQL and MySQL API — Instance Settings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: add-database-instance-advanced-settings
      description: Add Database Instance advanced settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: database-instance-settings.addinstancesettings
      with:
        region: tools.region
        instance_id: tools.instance_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: set-database-instance-advanced-settings
      description: Set Database Instance advanced settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: database-instance-settings.setinstancesettings
      with:
        region: tools.region
        instance_id: tools.instance_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-database-instance-advanced-settings
      description: Delete Database Instance advanced settings
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: database-instance-settings.deleteinstancesettings
      with:
        region: tools.region
        instance_id: tools.instance_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.