get-table-info
Retrieve comprehensive details about a PostgreSQL table, including columns, constraints, indexes, and optional statistics like row count and size, for efficient database analysis and management.
Instructions
Get detailed information about a specific table including columns, constraints, indexes, and optionally statistics like row count and size.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_statistics | No | ||
| schema_name | No | public | |
| table | Yes |