get_club_members
Retrieve the list of members for a specific Chess.com club by providing the club's URL identifier.
Instructions
Get members of a club on Chess.com
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url_id": {
"title": "Url Id",
"type": "string"
}
},
"required": [
"url_id"
],
"title": "get_club_membersArguments",
"type": "object"
}