create_group
Create a new Splitwise group, optionally adding members via user ID or email invite. Failed member additions don't block group creation; error details identify them for retry.
Instructions
Create a new Splitwise group and optionally add its initial members.
Members who cannot be added (e.g. a malformed invite) do not roll
back the group itself; the error lists which ones failed so they can
be retried with manage_group_members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| members | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Splitwise's numeric id for this group. | |
| name | Yes | Group's display name. | |
| members | No | Current members of the group. | |
| group_type | No | Splitwise's category for the group, e.g. 'trip', 'home'. | |
| simplify_by_default | No | Whether Splitwise simplifies debts within this group by default. |