get_club_members.ymlā¢920 B
mxcp: 1
tool:
name: get_club_members
description: Get members of a club on Chess.com
language: python
source:
file: ../python/other_tools.py
parameters:
- name: url_id
type: string
description: The URL identifier of the club
pattern: "^[a-zA-Z0-9_-]+$"
examples: ["chess-com-developer-community", "team-usa"]
return:
type: object
description: Club members grouped by activity
properties:
weekly:
type: array
description: Members active this week
items:
type: object
description: Member information
monthly:
type: array
description: Members active this month
items:
type: object
description: Member information
all_time:
type: array
description: All time members
items:
type: object
description: Member information