PAIDEIA__init_course
Initialize a PAIDEIA local course folder skeleton with project root, course name, and exam date to prepare structured course management for MCP clients.
Instructions
PAIDEIA namespace alias for init_course. Use this exact name when Alt searches for PAIDEIA__init_course. Create a PAIDEIA local course folder skeleton for Alt or any MCP client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git_init | No | ||
| exam_date | Yes | YYYY-MM-DD. | |
| exam_type | No | exam | |
| ocr_engine | No | qwen3-vl | |
| weak_zones | No | unknown | |
| course_name | Yes | ||
| project_root | Yes | Absolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session. |