List challenge days
list_challenge_days
List the 21 days of The Pretty Problem Athlete Challenge with week, title and public teaser. Free preview days are flagged with isFree.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| week | integer | No | Optional week filter: 1, 2 or 3. |
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_challenge_days",
"arguments": {
"week": 1
}
}
}{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "{\"days\":[{\"day\":1,\"week\":1,\"weekTitle\":\"Build the Base\",\"title\":\"Baseline + Court Walk\",\"teaser\":\"Set your baseline and learn the court.\",\"isFree\":true}]}"
}
]
}
}