list_objects
Retrieve database objects like tables, views, sequences, or extensions from a specified PostgreSQL schema to understand database structure and manage schema contents.
Instructions
List objects in a schema
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | Yes | Schema name | |
| object_type | No | Object type: 'table', 'view', 'sequence', or 'extension' | table |