Lichess User Profile
lichess.user.profileRetrieve a Lichess user's profile including ratings, games played, online status, bio, country, and language by providing their username.
Instructions
Get a Lichess user's profile — username, ratings across variants (bullet/blitz/rapid/classical/correspondence/puzzle), games played, online status, profile bio, country, language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Lichess username (2–30 characters, lowercase letters, digits, and underscores). Example: "DrNykterstein". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |