Lichess MCP

by karayaman
Verified

accept_join_request

Approve a user's request to join your team on Lichess by specifying the team ID and user ID through the MCP server interface.

Instructions

Accept a join request for your team

Input Schema

NameRequiredDescriptionDefault
teamIdYesThe team ID
userIdYesThe user ID

Input Schema (JSON Schema)

{ "properties": { "teamId": { "description": "The team ID", "type": "string" }, "userId": { "description": "The user ID", "type": "string" } }, "required": [ "teamId", "userId" ], "type": "object" }
ID: x7iuw37s1v