update_team
Update a team's name, description, or objectives. Find by name or ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team ID (optional if team_name is provided) | |
| new_name | No | New name (optional) | |
| team_name | No | Team name to find (optional if team_id is provided) | |
| new_objectives | No | New objectives (optional) | |
| new_description | No | New description (optional) |