pws_execute_action
Execute confirmed save actions for Pro Wrestling Sim operations lacking dedicated tools: create storylines, sign workers, award titles, update worker attributes, create news items, and send emails.
Instructions
ADVANCED SAVE ACTION for PWS operations that do not yet have a purpose-built verified tool. Requires confirmed=true. Supported actions: create_storyline, sign_worker, award_title, update_worker_attribute (sandbox only), create_news_item, create_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| arguments | Yes | Action-specific arguments. sign_worker requires workerId, promotionId, contractType (Written, Handshake, or PPA), and role. Use wagePerMonth and wagePerAppearance for pay; the deprecated numeric wages alias maps to monthly pay for Written contracts and appearance pay otherwise. contractLength is DAYS (-1 means indefinite), not months or years. Optional fields: exclusive, push, gimmick, contractName, and brand. Successful signings are read back and their exact requested terms are verified. | |
| confirmed | Yes |