Skip to main content
Glama

Lichess MCP

get_users_by_id

Retrieve user data from the Lichess chess platform by specifying multiple user IDs in a single query, with support for up to 300 IDs at once.

Instructions

Get multiple users by their IDs

Input Schema

NameRequiredDescriptionDefault
idsYesUser IDs separated by commas. Up to 300 IDs.

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "User IDs separated by commas. Up to 300 IDs.", "type": "string" } }, "required": [ "ids" ], "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