chesscom_titled_players
Fetch all chess.com usernames for a chosen FIDE title (GM, WIM, etc.). Get a flat list of players to feed into chesscom_player for detailed stats.
Instructions
Every player holding a given FIDE title — usernames only.
Returns: {players:[username]} — a flat list of USERNAME STRINGS, not objects; feed one to chesscom_player for detail
Example: All grandmasters {"title": "GM"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | FIDE title abbreviation. One of: GM, WGM, IM, WIM, FM, WFM, NM, WNM, CM, WCM. | GM |