{
  "name": "The Daily Lesson",
  "description": "One shared lesson each day with Kelly as the guide, plus word support, optional voice playback, and structured JSON for learning products and devices.",
  "url": "https://thedailylesson.com",
  "version": "5.1.0",
  "provider": {
    "organization": "Lesson of the Day, PBC",
    "url": "https://lotdpbc.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "none"
    ],
    "credentials": null
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "audio/mpeg"
  ],
  "skills": [
    {
      "id": "get-lesson",
      "name": "Daily Lesson",
      "description": "Retrieve a structured 5-phase lesson for any day (1-365), track (learn/grow/teach/trivia), age group (kid/teen/adult/elder), and lesson language (19 supported). Returns deterministic JSON with pedagogical scaffolding.",
      "tags": [
        "education",
        "language",
        "curriculum",
        "offline",
        "multilingual"
      ],
      "examples": [
        "Get today's learn track lesson for adults in English",
        "Fetch day 42 lesson for kids in Spanish on the grow track"
      ]
    },
    {
      "id": "word-lookup",
      "name": "Word Lookup",
      "description": "Look up any English word for IPA pronunciation, part of speech, definition, etymology, and translations in 47 languages.",
      "tags": [
        "dictionary",
        "pronunciation",
        "translation",
        "ipa",
        "multilingual"
      ],
      "examples": [
        "Look up the word \"serendipity\"",
        "What does \"ephemeral\" mean with translations?"
      ]
    }
  ]
}