list_objects
List objects in an Azure SQL schema by type—table, view, procedure, function, or index—to quickly inventory database components.
Instructions
List objects in a schema. Supports table, view, procedure, function, and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |||