Skip to main content
Glama

Lichess MCP

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karayaman/lichess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server