mssql_get_schema
Retrieve database schema including tables, columns, data types, primary keys, and foreign keys. Optionally filter by table name for targeted results.
Instructions
Get database schema information including tables, columns, data types, primary keys, and foreign keys. Optionally filter by table name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | No | Optional: specific table name to get schema for. If not provided, returns all tables. | |
| response_format | No | Response format: 'json' for machine-readable, 'markdown' for human-readable (default: markdown) | markdown |