activate_schedule
Trigger a specific workflow schedule by its ID using the AYX-MCP-Wrapper server, enabling automated execution of workflows as per predefined configurations.
Instructions
Activate a schedule by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schedule_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"schedule_id": {
"title": "Schedule Id",
"type": "string"
}
},
"required": [
"schedule_id"
],
"title": "activate_scheduleArguments",
"type": "object"
}