Skip to main content
Glama

Lichess MCP

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

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