Skip to main content
Glama
powerdrillai

Powerdrill MCP Server

Official
by powerdrillai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POWERDRILL_USER_IDYesA unique identifier for your Powerdrill account
POWERDRILL_PROJECT_API_KEYYesYour authentication token for Powerdrill API access

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
mcp_powerdrill_list_datasetsD
mcp_powerdrill_get_dataset_overviewD
mcp_powerdrill_create_jobD
mcp_powerdrill_create_sessionD
mcp_powerdrill_list_data_sourcesD
mcp_powerdrill_list_sessionsD
mcp_powerdrill_create_datasetD
mcp_powerdrill_create_data_source_from_local_fileD
mcp_powerdrill_delete_datasetD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: create/delete/list operations target specific resources (datasets, data sources, jobs, sessions) and get_dataset_overview provides unique insight. The resource-action combinations are unambiguous, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a perfect verb_noun pattern with consistent snake_case: mcp_powerdrill_<verb>_<noun> or mcp_powerdrill_<verb>_<noun>_<modifier>. The naming is highly predictable, using verbs like create, delete, get, list consistently across resources.

Tool Count5/5

With 9 tools, the count is well-scoped for a data processing server. It covers core operations for datasets, data sources, jobs, and sessions without being overwhelming. Each tool appears to earn its place in managing these resources.

Completeness4/5

The toolset provides strong CRUD coverage for datasets (create, delete, list, get overview) and listing for data sources and sessions, with create operations for jobs and sessions. Minor gaps include no update operations for datasets or data sources, and no delete/get for jobs or sessions, but agents can likely work around these for basic workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues