list_tables
Retrieve all tables in the current PostgreSQL database with a read-only query, enabling quick schema overview and data structure analysis.
Instructions
List all tables in the current database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}