Skip to main content
FuseFuse
IntegrationsAwsActions

Describe RDS DB instances

Describe supported RDS DB instances and filter out Aurora, Neptune, DocumentDB, and RDS Custom. Page size is 20-100. Requires rds:DescribeDBInstances.

Agent markdown

rds.db_instances.describe · AWS · v1

Details

Risk
Read
Idempotency
Safe
Availability
Default
Exposure
REST, SDK, MCP
MCP hints
readOnly=true, destructive=false, idempotent=true, openWorld=true

Scopes

  • rds:DescribeDBInstances

Input

Input schema
NameTypeRequiredConstraints
(root)objectYesadditionalProperties false
regionstringNoenum us-east-1 | us-east-2 | us-west-1 | us-west-2 | af-south-1 | ap-east-1 | ap-east-2 | ap-south-1 | ap-south-2 | ap-southeast-1 | ap-southeast-2 | ap-southeast-3 | ap-southeast-4 | ap-southeast-5 | ap-southeast-6 | ap-southeast-7 | ap-northeast-1 | ap-northeast-2 | ap-northeast-3 | ca-central-1 | ca-west-1 | eu-central-1 | eu-central-2 | eu-west-1 | eu-west-2 | eu-west-3 | eu-north-1 | eu-south-1 | eu-south-2 | il-central-1 | me-central-1 | me-south-1 | mx-central-1 | sa-east-1
db_instance_identifierstringNominLength 1; maxLength 63; pattern ^[A-Za-z][A-Za-z0-9-]*$
page_sizeintegerNominimum 20; maximum 100
cursorstringNominLength 1; maxLength 16384; pattern ^(?!.*://)[^\x00-\x1f\x7f]+$

Output

Output schema
NameTypeRequiredConstraints
(root)objectYesadditionalProperties false
db_instancesarray<object>YesmaxItems 100
db_instances[]objectYesadditionalProperties false
db_instances[].identifierstringYesminLength 1; maxLength 63; pattern ^[A-Za-z][A-Za-z0-9-]*$
db_instances[].arnstringYesminLength 20; maxLength 2048; pattern ^arn:aws:.+$
db_instances[].statusstringYesminLength 1; maxLength 64
db_instances[].enginestringYesminLength 1; maxLength 64
db_instances[].engine_versionstringNominLength 1; maxLength 64
db_instances[].instance_classstringNominLength 1; maxLength 64
db_instances[].endpoint_addressstringNominLength 1; maxLength 256
db_instances[].endpoint_portintegerNominimum 0; maximum 65535
db_instances[].availability_zonestringNominLength 1; maxLength 64
db_instances[].multi_azbooleanYes
db_instances[].storage_encryptedbooleanYes
db_instances[].publicly_accessiblebooleanYes
db_instances[].cluster_identifierstringNominLength 1; maxLength 63
db_instances[].automatic_restart_timestringNominLength 1; maxLength 64
db_instances[].created_atstringNominLength 1; maxLength 64
next_cursorstringNominLength 1; maxLength 16384; pattern ^(?!.*://)[^\x00-\x1f\x7f]+$

Raw schema

Input
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "region": {
      "type": "string",
      "enum": [
        "us-east-1",
        "us-east-2",
        "us-west-1",
        "us-west-2",
        "af-south-1",
        "ap-east-1",
        "ap-east-2",
        "ap-south-1",
        "ap-south-2",
        "ap-southeast-1",
        "ap-southeast-2",
        "ap-southeast-3",
        "ap-southeast-4",
        "ap-southeast-5",
        "ap-southeast-6",
        "ap-southeast-7",
        "ap-northeast-1",
        "ap-northeast-2",
        "ap-northeast-3",
        "ca-central-1",
        "ca-west-1",
        "eu-central-1",
        "eu-central-2",
        "eu-west-1",
        "eu-west-2",
        "eu-west-3",
        "eu-north-1",
        "eu-south-1",
        "eu-south-2",
        "il-central-1",
        "me-central-1",
        "me-south-1",
        "mx-central-1",
        "sa-east-1"
      ]
    },
    "db_instance_identifier": {
      "type": "string",
      "minLength": 1,
      "maxLength": 63,
      "pattern": "^[A-Za-z][A-Za-z0-9-]*$"
    },
    "page_size": {
      "type": "integer",
      "minimum": 20,
      "maximum": 100
    },
    "cursor": {
      "type": "string",
      "minLength": 1,
      "maxLength": 16384,
      "pattern": "^(?!.*://)[^\\x00-\\x1f\\x7f]+$"
    }
  }
}
Output
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "db_instances": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "identifier": {
            "type": "string",
            "minLength": 1,
            "maxLength": 63,
            "pattern": "^[A-Za-z][A-Za-z0-9-]*$"
          },
          "arn": {
            "type": "string",
            "minLength": 20,
            "maxLength": 2048,
            "pattern": "^arn:aws:.+$"
          },
          "status": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          },
          "engine": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          },
          "engine_version": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          },
          "instance_class": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          },
          "endpoint_address": {
            "type": "string",
            "minLength": 1,
            "maxLength": 256
          },
          "endpoint_port": {
            "type": "integer",
            "minimum": 0,
            "maximum": 65535
          },
          "availability_zone": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          },
          "multi_az": {
            "type": "boolean"
          },
          "storage_encrypted": {
            "type": "boolean"
          },
          "publicly_accessible": {
            "type": "boolean"
          },
          "cluster_identifier": {
            "type": "string",
            "minLength": 1,
            "maxLength": 63
          },
          "automatic_restart_time": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          },
          "created_at": {
            "type": "string",
            "minLength": 1,
            "maxLength": 64
          }
        },
        "required": [
          "identifier",
          "arn",
          "status",
          "engine",
          "multi_az",
          "storage_encrypted",
          "publicly_accessible"
        ]
      },
      "maxItems": 100
    },
    "next_cursor": {
      "type": "string",
      "minLength": 1,
      "maxLength": 16384,
      "pattern": "^(?!.*://)[^\\x00-\\x1f\\x7f]+$"
    }
  },
  "required": [
    "db_instances"
  ]
}