Alteryx · Capability

Alteryx Analytics Automation

Analytics automation workflow combining Alteryx Server V3 API for workflow management, job execution, scheduling, user administration, credential management, and collection organization. Used by data analysts and server administrators to automate analytics pipelines.

Run with Naftiko AlteryxAnalyticsAutomationData Engineering

What You Can Do

GET
List workflows — List all workflows
/v1/workflows
POST
Upload workflow — Upload a new workflow
/v1/workflows
GET
Get workflow — Get workflow details
/v1/workflows/{workflowId}
GET
List schedules — List all schedules
/v1/schedules
POST
Create schedule — Create a new schedule
/v1/schedules
GET
List users — List all users
/v1/users
GET
List collections — List all collections
/v1/collections

MCP Tools

list-workflows

List all workflows on the Alteryx Server

read-only
get-workflow

Get details of a specific workflow

read-only
upload-workflow

Upload a new workflow package

update-workflow

Update workflow metadata

idempotent
delete-workflow

Delete a workflow

download-workflow

Download a workflow package

read-only
get-workflow-questions

Get analytic app questions for a workflow

read-only
get-workflow-jobs

Get execution jobs for a workflow

read-only
create-job

Create and execute a workflow job

list-schedules

List all workflow schedules

read-only
create-schedule

Create a new workflow schedule

delete-schedule

Delete a workflow schedule

list-users

List all users on the server

read-only
create-user

Create a new user

get-user

Get user details

read-only
delete-user

Delete a user

deactivate-user

Deactivate a user account

list-credentials

List all stored credentials

read-only
create-credential

Create a new credential

list-collections

List all collections

read-only
create-collection

Create a new collection

delete-collection

Delete a collection

APIs Used

alteryx-server