Workflows
MCP tools for the Workflows module. See the Workflows module docs for permissions and data model.
list-workflows
List workflows
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
projectId | string | no | — |
limit | number | no | Maximum number of results to return |
offset | number | no | Number of results to skip |
create-workflow
Create a workflow
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
projectId | string | no | — |
name | string | yes | — |
description | string | no | — |
states | array<object> | yes | — |
transitions | array<object> | yes | — |
payloadSchema | object | no | — |
get-workflow
Get a workflow
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
workflowId | string | yes | — |
update-workflow
Update a workflow
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
workflowId | string | yes | — |
name | string | no | — |
description | string | no | — |
states | array<object> | no | — |
transitions | array<object> | no | — |
payloadSchema | object | no | — |
delete-workflow
Delete a workflow
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
workflowId | string | yes | — |