Get schema for specific tables
get_table_schemaRetrieve the full stored DDL for one or more tables by exact name. Use after searching for schema when you need every column of a specific table.
Instructions
Fetch the full stored DDL for one or more tables by exact name. Use after search_schema when you need every column of a table, or when the user named the table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes | Exact table names, e.g. ["tbl_account", "tbl_order"]. | |
| database | No | Restrict to one database/schema — omit to search all of them. | |
| namespace | No | Pinecone namespace override. |