list_databases
Retrieve all database names from a Microsoft SQL Server instance to manage connections and identify available data sources.
Instructions
List all databases available on the SQL Server instance
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |