get_extended_properties
Retrieve extended properties (e.g., MS_Description) for any table, view, procedure, or function, including object-level and column-level documentation.
Instructions
Get all extended properties (e.g. MS_Description documentation) for a table, view, procedure, or function — includes both the object-level and all column-level properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Object name (table, view, stored procedure, function, etc.) | |
| schema | Yes | Schema name (e.g. dbo) | |
| database | No | Database name (defaults to the configured default database) |