read_lesson
Retrieve the full text of a lesson from the AI School curriculum using its URL. Returns readable markdown with headings and code blocks for effective study.
Instructions
Fetch the full text of a lesson by its URL (as returned by search_lessons or get_track). Returns readable markdown-ish text with headings and code blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Lesson URL on lillytechsystems.com |