Lichess MCP

by karayaman
Verified

get_team_info

Retrieve detailed information about a specific team on Lichess by providing its unique team ID, enabling users to manage and analyze team-related data effectively.

Instructions

Get team information by ID

Input Schema

NameRequiredDescriptionDefault
teamIdYesThe team ID

Input Schema (JSON Schema)

{ "properties": { "teamId": { "description": "The team ID", "type": "string" } }, "required": [ "teamId" ], "type": "object" }
ID: x7iuw37s1v