Tool categories
Workflows & Work Items
Build and run multi-step workflows and assign work items.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Build and run multi-step workflows and assign work items.
workflow_add_step| Parameter | Type |
|---|---|
node required | object |
workflow_id required | string |
after_step_id opt | string |
before_step_id opt | string |
position opt | integer |
work_item_assign| Parameter | Type |
|---|---|
work_item_ids required | string[] |
assignee_user_id opt | string |
create_work_item| Parameter | Type |
|---|---|
title required | string |
description opt | string |
workflow_create| Parameter | Type |
|---|---|
description required | string |
name required | string |
nodes required | object[] |
agent_id opt | string |
event_trigger opt | object |
frequency opt | enum(Daily, Weekly, Monthly) |
schedule_timezone opt | string |
scheduled_day opt | string |
scheduled_time opt | string |
workflow_remove_step| Parameter | Type |
|---|---|
step_id required | string |
workflow_id required | string |
workflow_reorder_steps| Parameter | Type |
|---|---|
step_ids required | string[] |
workflow_id required | string |
workflow_run| Parameter | Type |
|---|---|
is_test_run opt | boolean |
title opt | string |
user_prompt opt | string |
workflow_id opt | string |
workflow_update| Parameter | Type |
|---|---|
workflow_id required | string |
description opt | string |
event_trigger opt | object |
frequency opt | enum(Daily, Weekly, Monthly) |
is_active opt | boolean |
name opt | string |
schedule_timezone opt | string |
scheduled_day opt | string |
scheduled_time opt | string |
workflow_update_step| Parameter | Type |
|---|---|
step_id required | string |
workflow_id required | string |
config opt | object |
data_sources opt | string[] |
instructions opt | string |
links opt | string[] |
step_type opt | enum(gather-data, process, generate, decision, review, delivery) |
title opt | string |
tools opt | string[] |