list_databases
Retrieve a list of all databases on a SQL Server instance using a specified connection string or named connection. Simplify database management and access.
Instructions
List all databases available on the SQL Server instance
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| connectionString | No | SQL Server connection string (uses default if not provided) |