get_player_profile
Retrieve player profiles from Chess.com to access key details and public information, enabling analysis and search through standardized MCP interfaces for chess-related data.
Instructions
Get a player's profile from Chess.com
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"title": "Username",
"type": "string"
}
},
"required": [
"username"
],
"title": "get_player_profileArguments",
"type": "object"
}