get_titled_players.ymlā¢664 B
mxcp: 1
tool:
name: get_titled_players
description: Get a list of titled players from Chess.com
language: python
source:
file: ../python/other_tools.py
parameters:
- name: title
type: string
description: Chess title (GM, WGM, IM, WIM, FM, WFM, NM, WNM, CM, WCM)
enum: ["GM", "WGM", "IM", "WIM", "FM", "WFM", "NM", "WNM", "CM", "WCM"]
examples: ["GM", "IM", "FM"]
return:
type: object
description: List of titled players
properties:
players:
type: array
description: List of usernames with the specified title
items:
type: string
description: Player username