list_databases
Retrieve all database names, IDs, states, and creation dates from a specified SQL Server instance. Use after discovering available servers to explore database inventory.
Instructions
List all databases on a named SQL Server instance. Returns database names, IDs, states, and creation dates. Use list_servers first to discover available server names.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serverName | Yes | Name of the SQL Server to query (use list_servers to see available names) |