accept_challenge
Accept incoming chess challenges on Lichess by providing the challenge ID. Enables participation in games and tournaments via the Lichess MCP server.
Instructions
Accept an incoming challenge
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| challengeId | Yes | ID of the challenge to accept |
Input Schema (JSON Schema)
{
"properties": {
"challengeId": {
"description": "ID of the challenge to accept",
"type": "string"
}
},
"required": [
"challengeId"
],
"type": "object"
}