Просмотр структуры базы интернет-магазина
inspect_databaseList database tables or describe a table's fields to analyze the e-commerce SQLite schema. Choose between list_tables and describe_table actions.
Instructions
Возвращает список таблиц или поля выбранной таблицы. Используйте action=list_tables либо action=describe_table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Название таблицы для describe_table | |
| action | Yes | Действие: list_tables или describe_table |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |