Get Extended Properties
get_extended_propertiesRetrieve extended properties such as descriptions and metadata from SQL Server tables and columns. Returns JSON with schema, table, column, property name, and value.
Instructions
Read extended properties (descriptions, metadata) from tables and columns. Returns JSON with schema, table, column, property name, and value.
Input 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 |