search_fide_players
Search for FIDE-rated chess players by name using the Lichess MCP server. Input a player's name to quickly find their FIDE profile, enabling easy access to player details for analysis or match preparation.
Instructions
Search FIDE players by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the player to search |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the player to search",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}