Lichess MCP

by karayaman
Verified

get_team_join_requests

Retrieve pending join requests for a specific team on Lichess using the team ID, enabling team administrators to manage and approve new members efficiently.

Instructions

Get join requests for a team

Input Schema

NameRequiredDescriptionDefault
teamIdYesThe team ID

Input Schema (JSON Schema)

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