get_user_studies
Retrieve chess studies created by a specific user on Lichess by providing their username. Access detailed analysis and content for learning or research purposes.
Instructions
Get studies created by a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Username of the player |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "Username of the player",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}