get_team_info
Retrieve detailed information about a team on the Lichess platform by specifying its unique team ID. Use this tool to access team data quickly and efficiently.
Instructions
Get team information by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
teamId | Yes | The team ID |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "The team ID",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}