Lichess MCP

by karayaman
Verified

get_team_members

Fetch members of a specific Lichess team by providing the team ID and optional maximum count. Simplify team management and access member details directly through the Lichess MCP server.

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" }
ID: x7iuw37s1v