get_extended_properties
Retrieve extended properties like descriptions and metadata from SQL Server tables and columns. Returns JSON with schema, table, column, property name, and value for documentation and analysis.
Instructions
Read extended properties (descriptions, metadata) from tables and columns. Returns JSON with schema, table, column, property name, and value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serverName | Yes | Server name from list_servers | |
| databaseName | Yes | Database name from list_databases | |
| schemaName | No | Optional schema name filter | |
| tableName | No | Optional table name filter | |
| columnName | No | Optional column name filter |