list_schemas
View all database schemas on the MCP Postgres Server, including optional system schemas, to organize and explore database structures efficiently.
Instructions
List all schemas in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeSystemSchemas | No |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"includeSystemSchemas": {
"type": "boolean"
}
},
"type": "object"
}