create_party
Form a new adventuring group for RPG campaigns by specifying party name, world, and initial members with roles.
Instructions
Create a new party (adventuring group).
Example: { "name": "The Fellowship", "description": "Nine companions on a quest to destroy the One Ring", "worldId": "middle-earth-id", "initialMembers": [ { "characterId": "gandalf-id", "role": "leader" }, { "characterId": "frodo-id", "role": "member" } ] }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| worldId | No | ||
| initialMembers | No | ||
| sessionId | No |