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_profile.yml•1.08 KiB
mxcp: 1
tool:
name: get_club_profile
description: Get information about 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 profile information
properties:
"@id":
type: string
description: Club ID URL
name:
type: string
description: Club name
club_id:
type: integer
description: Numeric club ID
icon:
type: string
description: Club icon URL
country:
type: string
description: Country code
created:
type: integer
description: Creation timestamp
description:
type: string
description: Club description
members_count:
type: integer
description: Number of members
visibility:
type: string
description: Club visibility setting