Lichess MCP

by karayaman
Verified

decline_join_request

Decline a user's request to join your Lichess team by specifying the team ID and user ID. Manage team memberships directly through the Lichess MCP server.

Instructions

Decline 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