list_artifacts
Find all markdown artifacts in a PAIDEIA course directory; specify a glob pattern or project root to narrow results.
Instructions
List markdown artifacts in a PAIDEIA course folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob_pattern | No | **/*.md | |
| 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. |