get_group
Fetch a Splitwise group's details and current members by supplying its group ID or a matching group name.
Instructions
Fetch a single group's detail, including its current members.
Provide group_id for an exact lookup, or group_name to resolve one by
a case-insensitive substring match against the caller's group names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | ||
| group_name | 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. |