Amazon RDS · Capability

Amazon RDS API — DB Engine Versions

Amazon RDS API — DB Engine Versions. 1 operations. Lead operation: Amazon RDS Describe DB engine versions. Self-contained Naftiko capability covering one Amazon Rds business surface.

Run with Naftiko Amazon RdsDB Engine Versions

What You Can Do

GET
Describedbengineversions — Amazon RDS Describe DB engine versions
/v1/action-describedbengineversions

MCP Tools

amazon-rds-describe-db-engine

Amazon RDS Describe DB engine versions

read-only idempotent

Capability Spec

amazon-rds-db-engine-versions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon RDS API — DB Engine Versions
  description: 'Amazon RDS API — DB Engine Versions. 1 operations. Lead operation: Amazon RDS Describe DB engine versions.
    Self-contained Naftiko capability covering one Amazon Rds business surface.'
  tags:
  - Amazon Rds
  - DB Engine Versions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_RDS_API_KEY: AMAZON_RDS_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-rds-db-engine-versions
    baseUri: https://rds.{region}.amazonaws.com
    description: Amazon RDS API — DB Engine Versions business capability. Self-contained, no shared references.
    resources:
    - name: ?Action=DescribeDBEngineVersions
      path: /?Action=DescribeDBEngineVersions
      operations:
      - name: describedbengineversions
        method: GET
        description: Amazon RDS Describe DB engine versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Engine
          in: query
          type: string
          description: The database engine to return (mysql, postgres, mariadb, oracle-ee, sqlserver-ee, aurora-mysql, aurora-postgresql)
        - name: EngineVersion
          in: query
          type: string
          description: The database engine version to return
        - name: DBParameterGroupFamily
          in: query
          type: string
          description: The name of a specific DB parameter group family to return details for
        - name: DefaultOnly
          in: query
          type: boolean
          description: Whether to return only the default version of the engine
        - name: MaxRecords
          in: query
          type: integer
          description: Maximum number of records to include in the response
        - name: Marker
          in: query
          type: string
          description: An optional pagination token provided by a previous request
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_RDS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-rds-db-engine-versions-rest
    port: 8080
    description: REST adapter for Amazon RDS API — DB Engine Versions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/action-describedbengineversions
      name: action-describedbengineversions
      description: REST surface for ?Action=DescribeDBEngineVersions.
      operations:
      - method: GET
        name: describedbengineversions
        description: Amazon RDS Describe DB engine versions
        call: amazon-rds-db-engine-versions.describedbengineversions
        with:
          Engine: rest.Engine
          EngineVersion: rest.EngineVersion
          DBParameterGroupFamily: rest.DBParameterGroupFamily
          DefaultOnly: rest.DefaultOnly
          MaxRecords: rest.MaxRecords
          Marker: rest.Marker
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-rds-db-engine-versions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon RDS API — DB Engine Versions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: amazon-rds-describe-db-engine
      description: Amazon RDS Describe DB engine versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-rds-db-engine-versions.describedbengineversions
      with:
        Engine: tools.Engine
        EngineVersion: tools.EngineVersion
        DBParameterGroupFamily: tools.DBParameterGroupFamily
        DefaultOnly: tools.DefaultOnly
        MaxRecords: tools.MaxRecords
        Marker: tools.Marker
      outputParameters:
      - type: object
        mapping: $.