get_table_metadata
Retrieve detailed metadata about a specific table, including its columns, using database and table IDs.
Instructions
Get detailed metadata about a specific table including columns.
Args: database_id: The ID of the database table_id: The ID of the table
Returns: Table metadata including columns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| table_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |