List characters in a campaign
play_list_campaign_charactersList the characters participating in a play campaign. Returns play-side character refs; pair with vault_get_character for full character data. Defaults to a summary shape (id, name, image, npc flag, short description); pass detail: 'full' to receive each character's full vault sheet inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | Response shape. 'summary' (default) trims raw-ObjectId arrays and full character sheets to a compact LLM-friendly form; 'full' returns the populated document with every field inline. | summary |
| campaignId | Yes | Mongo `_id` of the campaign. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||