Add a character to a campaign
play_add_campaign_characterAttach a vault character to a play campaign so the character participates in play. Play places the attachment on the campaign leg matching the vault character's own ruleset — the campaign must have an active leg for that ruleset. Caller must have campaign 'contribute' permission. Use vault_search_characters to locate the character id first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npc | No | true if this character is added as a DM-controlled NPC; false / omitted = player character. | |
| campaignId | Yes | Campaign id. | |
| characterId | Yes | Vault character id to add. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||