Skip to main content
Glama

Lichess MCP

get_team_members

Retrieve list of team members on Lichess using their team ID, with optional limit on the number of members fetched to manage data efficiently.

Instructions

Get members of a team

Input Schema

NameRequiredDescriptionDefault
maxNoMaximum number of members to fetch
teamIdYesThe team ID

Input Schema (JSON Schema)

{ "properties": { "max": { "default": 100, "description": "Maximum number of members to fetch", "type": "number" }, "teamId": { "description": "The team ID", "type": "string" } }, "required": [ "teamId" ], "type": "object" }

Other Tools from Lichess MCP

Related Tools

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