get-all-tables
Retrieve a complete list of all tables in your PostgreSQL database. This tool executes SQL queries to display every table, enabling database exploration and schema analysis.
Instructions
Execute SQL queries to get all tables in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}