fossa_update_team
Update a FOSSA team's name, default role, auto-add setting, or external identifier. Only the fields you provide are changed, leaving other settings untouched.
Instructions
Update a FOSSA team's name, default role, auto-add setting, or external identifier.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true.
Only the fields passed are sent; anything omitted is left as FOSSA has it.
Because an omitted argument and an explicit null look the same in a tool call,
unsetting the nullable uniqueIdentifier is a separate switch:
clear_unique_identifier sends null for it. Changing default_role_id
affects members added afterwards, not the roles already assigned — use
fossa_update_team_assignments with action "replace" to re-role existing
members. This tool does not change membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| team_id | Yes | ||
| auto_add_users | No | ||
| default_role_id | No | ||
| unique_identifier | No | ||
| clear_unique_identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||