get_table_info
Retrieves column information, table description, and query hints for any specified table. Supports understanding table structure for querying horse racing data without writing SQL.
Instructions
指定テーブルのスキーマ情報を取得(詳細説明付き)
Args:
table_name: テーブル名
Returns:
カラム情報、テーブル説明、クエリヒントを含む辞書Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |