list-athlete-clubs
Retrieve the list of clubs an authenticated Strava athlete is a member of using this tool, facilitating access to membership data through the Strava MCP Server.
Instructions
Lists the clubs the authenticated athlete is a member of.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}