List Databases
mssql_list_databasesList all databases on a SQL Server instance with their state and recovery info. Supports pagination for large environments.
Instructions
Lists all databases visible on the connected SQL Server instance with state and recovery information. Read-only. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max databases (default 20) | |
| offset | No | Skip N databases | |
| response_format | No | Output format: 'json' for structured data, 'markdown' for human-readable table | json |