We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/armonge/wahoo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
list_workouts.json•555 B
{
"type": "object",
"properties": {
"page": {
"type": "integer",
"description": "Page number (default: 1)",
"default": 1
},
"per_page": {
"type": "integer",
"description": "Number of items per page (default: 30)",
"default": 30
},
"start_date": {
"type": "string",
"description": "Filter workouts created after this date (ISO 8601 format)"
},
"end_date": {
"type": "string",
"description": "Filter workouts created before this date (ISO 8601 format)"
}
}
}