get-athlete-profile
Retrieve authenticated athlete profile details, including unique ID, essential for accessing stats and other athlete-related data on the Strava MCP Server.
Instructions
Fetches the profile information for the authenticated athlete, including their unique numeric ID needed for other tools like get-athlete-stats.
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"
}