List companions in a campaign
play_list_campaign_companionsList the companions (buddies) attached to a play campaign's characters — the supporting cast a table sees beyond the roster. Read-only; the tie itself is managed on the vault character sheet (vault_attach_companion / vault_detach_companion). Monster-typed companions are excluded server-side. One entry per (Main, companion) pair, so a companion linked by two characters appears twice; each entry carries companionOf: { vaultCharacterId, name, userId } naming the character it accompanies, plus display fields (name, type, ruleset, image, description) and a projected primaryToken slice or null. Pair with vault_get_character on companionVaultId for the companion's full sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | Mongo `_id` of the campaign. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||