unfollow_user
Stop following a player on Lichess by specifying their username via the Lichess MCP server, simplifying account management.
Instructions
Unfollow a player
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Username of the player to unfollow |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "Username of the player to unfollow",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}