list_schemas
Retrieve a list of all schemas in a Postgres database to facilitate database management, schema exploration, and structural analysis.
Instructions
List all schemas in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_schemasArguments",
"type": "object"
}