chesscom_titled_players
Returns a flat list of usernames for players holding a specified FIDE title, enabling quick lookup or direct input into player detail queries.
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 |