mcp_powerdrill_create_job
Analyze datasets and generate insights by submitting natural language questions or prompts using a structured job creation tool for efficient AI-driven data exploration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | The ID of the dataset to analyze | |
| datasource_ids | No | Optional array of specific data source IDs within the dataset to analyze | |
| job_mode | No | The job mode (default: AUTO) | AUTO |
| output_language | No | The language for the output (default: AUTO) | AUTO |
| question | Yes | The natural language question or prompt to analyze the data | |
| session_id | Yes | Session ID to group related jobs | |
| stream | No | Whether to stream the results (default: false) |