natural_language_query
Translate a natural language query about a dataset into a step-by-step execution plan for analysis.
Instructions
Interpret a natural language query about a dataset and return a structured plan.
Analyzes the query against the dataset's columns and types to produce a step-by-step execution plan using the MCP tools. The AI assistant can then execute these steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language question or command (e.g., "show average salary by department", "what are the top 10 products by revenue", "is there a correlation between age and income") | |
| dataset_name | Yes | Name of the loaded dataset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |