leave_team
Remove yourself from a Lichess team by specifying the team ID. Use this tool to manage your team participation through the Lichess MCP server.
Instructions
Leave a team
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamId | Yes | The team ID |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "The team ID",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}