read_artifact
Get a PAIDEIA course artifact's contents by providing its relative path. Explicitly set the project root when working across different courses within the same session.
Instructions
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. |