Skip to main content
Glama

Powerdrill MCP Server

Official
by powerdrillai

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

NameRequiredDescriptionDefault
dataset_idYesThe ID of the dataset to analyze
datasource_idsNoOptional array of specific data source IDs within the dataset to analyze
job_modeNoThe job mode (default: AUTO)AUTO
output_languageNoThe language for the output (default: AUTO)AUTO
questionYesThe natural language question or prompt to analyze the data
session_idYesSession ID to group related jobs
streamNoWhether to stream the results (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset_id": { "description": "The ID of the dataset to analyze", "type": "string" }, "datasource_ids": { "description": "Optional array of specific data source IDs within the dataset to analyze", "items": { "type": "string" }, "type": "array" }, "job_mode": { "default": "AUTO", "description": "The job mode (default: AUTO)", "type": "string" }, "output_language": { "default": "AUTO", "description": "The language for the output (default: AUTO)", "type": "string" }, "question": { "description": "The natural language question or prompt to analyze the data", "type": "string" }, "session_id": { "description": "Session ID to group related jobs", "type": "string" }, "stream": { "default": false, "description": "Whether to stream the results (default: false)", "type": "boolean" } }, "required": [ "question", "dataset_id", "session_id" ], "type": "object" }
Install Server

Other Tools from Powerdrill MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/powerdrillai/powerdrill-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server