PAIDEIA__read_artifact
Reads a PAIDEIA course artifact by relative path, with optional character limit and explicit project root for multi-course sessions.
Instructions
PAIDEIA namespace alias for read_artifact. Use this exact name when Alt searches for PAIDEIA__read_artifact. Read a PAIDEIA course artifact by relative path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_chars | No | ||
| project_root | No | 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. |