create_group
Create a new group to organize people by class, team, department, club, or household. Each call creates a distinct group; use find_groups to reuse an existing group's id.
Instructions
Create one identified group: a class, cohort, team, department, club, household, or community.
Every call creates a new group; an equal name is never treated as the same group. Use
find_groups first and reuse the returned id when the user confirms it is the same one.
organization_id must name an existing organization and only places the group under it —
it creates no affiliation. sensitivity defaults to personal; a sensitive or
restricted group is withheld from ordinary reads together with every membership in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | Yes | ||
| sensitivity | No | ||
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||