Amazon Glue DataBrew · Capability

Amazon Glue DataBrew Data Preparation

Workflow capability for data analysts and data scientists preparing data using Amazon Glue DataBrew. Covers dataset management, recipe creation, job execution, and profiling for analytics and machine learning workflows.

Run with Naftiko Amazon Glue DataBrewData PreparationETLAnalyticsMachine LearningAWS

What You Can Do

GET
List datasets — List all DataBrew datasets
/v1/datasets
POST
Create dataset — Create a new dataset
/v1/datasets
GET
List recipes — List all recipes
/v1/recipes
POST
Create recipe — Create a new recipe
/v1/recipes
GET
List jobs — List all DataBrew jobs
/v1/jobs
POST
Start job run — Start a job execution
/v1/jobs
GET
List projects — List all projects
/v1/projects

MCP Tools

list-datasets

List all DataBrew datasets available for preparation

read-only
create-dataset

Create a new dataset from S3, database, or other sources

describe-dataset

Get details about a specific dataset

read-only
list-recipes

List all data transformation recipes

read-only
create-recipe

Create a new recipe with transformation steps

publish-recipe

Publish a recipe version for production use

list-jobs

List all DataBrew transformation and profiling jobs

read-only
create-recipe-job

Create a job to apply a recipe to a dataset

start-job-run

Execute a DataBrew transformation or profiling job

list-job-runs

List all runs for a specific job

read-only
list-projects

List all collaborative DataBrew projects

read-only
create-project

Create a new DataBrew project for collaborative data preparation

APIs Used

amazon-glue-databrew