get_query_suggestions
Retrieve AI-suggested SQL queries by providing a database ID and table name to analyze table structure and generate query recommendations.
Instructions
Get AI-suggested queries for a table based on its structure.
Args: database_id: The ID of the database table_name: Name of the table
Returns: Suggested SQL queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |