mssql_list_tables
List tables in a SQL Server database with schema, row count, and size. Optionally filter by schema name to get targeted information.
Instructions
List tables in the current database with schema, row count, and size in MB. Optionally filter by schema name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemaName | No | Optional: filter tables by schema (e.g. 'dbo'). Default: all schemas. | |
| response_format | No | Response format (default: markdown) | markdown |