We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/datYori/chesscom-mxcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
is_player_online.yml•514 B
mxcp: 1
tool:
name: is_player_online
description: Check if a player is currently online on Chess.com
language: python
source:
file: ../python/player_tools.py
parameters:
- name: username
type: string
description: The Chess.com username
pattern: "^[a-zA-Z0-9_-]+$"
examples: ["hikaru", "magnuscarlsen"]
return:
type: object
description: Online status
properties:
online:
type: boolean
description: Whether the player is currently online