list_databases
Retrieve logical databases within a managed database instance by providing the database ID to view and manage database structures.
Instructions
List logical databases within a managed database instance.
Args: database_id: The database ID or label
Returns: List of logical databases
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| database_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "database_id": {
      "title": "Database Id",
      "type": "string"
    }
  },
  "required": [
    "database_id"
  ],
  "type": "object"
}