get_object_details
Retrieve detailed information about an Azure SQL schema object by providing schema and object names. Optionally specify object type and database to get precise metadata for tables, views, procedures, functions, or indexes.
Instructions
Show detailed information about a schema object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | Object name. | |
| object_type | No | Object type: table, view, procedure, function, or index. | table |
| schema_name | Yes | Schema name. | |
| database_name | No | Optional database name. Defaults to AZURE_SQL_DEFAULT_DATABASE. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||