Lichess MCP

by karayaman
Verified

kick_user_from_team

Remove a user from your Lichess team by specifying the team ID and user ID using this MCP server tool, ensuring team management stays organized.

Instructions

Kick a user from 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