createWorkflow
Create a new workflow from provided data with the Rootly MCP server, enabling admins to set 'locked' status during creation while restricting non-admin users from doing so.
Instructions
Creates a new workflow from provided data
Responses:
201 (Success): admins can set 'locked' while creating a workflow
Content-Type:
application/vnd.api+json
Example:
{
"key": "value"
}
401: responds with unauthorized for invalid token
Content-Type:
application/vnd.api+json
Example:
{
"key": "value"
}
403: non-admins can't set 'locked' while creating a workflow
Content-Type:
application/vnd.api+json
Example:
{
"key": "value"
}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}