set_kid_mode
Enable or disable kid mode on the Lichess platform to control age-appropriate content and interactions for young users. Manage settings directly through the MCP server interface.
Instructions
Set kid mode status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
value | Yes | Enable or disable kid mode |
Input Schema (JSON Schema)
{
"properties": {
"value": {
"description": "Enable or disable kid mode",
"type": "boolean"
}
},
"required": [
"value"
],
"type": "object"
}