lichess_accept_challenge

Accept an incoming chess challenge on Lichess. Start the game with the challenger.

Server Lichess MCP jamespdaily/lichess-mcp
Category Execute
Risk class High
Parameters 00 required

What lichess_accept_challenge does on Lichess MCP

AI agents invoke lichess_accept_challenge to trigger actions in Lichess MCP. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why lichess_accept_challenge needs a policy

This tool executes an action with external effects: accepting a challenge initiates a binding game on Lichess that involves time commitment, rating changes, and game records. While not destructive or financial, it is an execute-class tool because it performs a state-changing operation on a remote system whose consequences (game outcome affecting user rating/statistics) depend on subsequent AI moves.

From the tool's definition Tool description states 'Accept an incoming chess challenge' and 'Start the game' — this triggers real-time game state changes on the remote Lichess platform and commits the user to an active game session.

Questions about lichess_accept_challenge

What does the lichess_accept_challenge tool do? +

Accept an incoming chess challenge on Lichess. Start the game with the challenger. It is categorised as a Execute tool in the Lichess MCP MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on lichess_accept_challenge? +

Register the Lichess MCP server in PolicyLayer and add a rule for lichess_accept_challenge: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Lichess MCP. Nothing to install.

What risk level is lichess_accept_challenge? +

lichess_accept_challenge is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit lichess_accept_challenge? +

Yes. Add a rate_limit block to the lichess_accept_challenge rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block lichess_accept_challenge completely? +

Set action: deny in the PolicyLayer policy for lichess_accept_challenge. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides lichess_accept_challenge? +

lichess_accept_challenge is provided by the Lichess MCP server (jamespdaily/lichess-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.