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
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