Get Schema (deprecated — use mssql_list_schema_objects)
mssql_get_schemaLists schema objects such as tables, views, procedures, and functions from a specified schema in SQL Server or Azure SQL. Returns results in JSON or Markdown format for easy schema exploration.
Instructions
Deprecated alias for mssql_list_schema_objects. Use mssql_list_schema_objects instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | No | tables | |
| schemaName | No | ||
| response_format | No | json |