list_databases
List all databases on a registered MySQL instance by providing the instance ID. Returns a JSON array of database names.
Instructions
List all databases on a registered instance.
Args: instance_id: The instance name from register_instance.
Returns: JSON array of database names, or error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |