join_team
Add your Lichess account to a chess team by providing the team ID and an optional message for team leaders using this tool.
Instructions
Join a team
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Optional message for team leaders | |
teamId | Yes | The team ID |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Optional message for team leaders",
"type": "string"
},
"teamId": {
"description": "The team ID",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}