execute_workflow
Automate multi-step RPG operations like creating parties, setting up encounters, or populating villages using predefined templates or custom inline workflows.
Instructions
Execute a workflow from a template or inline definition.
Workflows automate multi-step operations like creating a full party, setting up an encounter, or populating a village.
Example - Execute starter_party template: { "template": "starter_party", "params": { "partyName": "The Brave Ones" } }
Example - Execute inline workflow: { "workflow": { "name": "Quick Fight", "description": "Setup a quick goblin fight", "steps": [ { "name": "create_goblins", "tool": "batch_create_characters", "params": { "characters": [ { "name": "Goblin 1", "characterType": "enemy" }, { "name": "Goblin 2", "characterType": "enemy" } ] } } ] } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||