author_workflow_trigger
Create a governed schedule or event trigger for an authored workflow. Use event filters and configuration JSON to define automation, with activation kept as a separate human-controlled step.
Instructions
Create a governed schedule or event trigger for an authored workflow.
Use get_workflow_trigger_catalog first. Event filters and configuration
are JSON objects. This MCP tool is staging-only and always creates a
disabled trigger. Enabling recurring or event automation is a separate
explicit human-controlled SDK/product action. The authenticated principal
or trusted service context supplies tenant, company, and actor authority;
this tool cannot author into an arbitrary foreign scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| enabled | No | ||
| schedule | No | ||
| event_type | No | ||
| description | No | ||
| event_filter | No | {} | |
| trigger_type | No | schedule | |
| configuration | No | {} | |
| site_project_id | No | ||
| workflow_definition_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |