follow_user
Use this tool to follow a specific player on Lichess chess platform by providing their username, enabling updates and interactions within the MCP server.
Instructions
Follow a player
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Username of the player to follow |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "Username of the player to follow",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}