getTable
Retrieve table metadata including columns, indexes, and constraints from a specified schema. Optionally filter by table name or return only table names.
Instructions
Get table(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema name | |
| table | No | Table name | |
| namesOnly | No | Return only table names (omit columns, indexes, constraints, and other details). |