omni_map_docs
Retrieve targeted agent context docs from a map pack after onboarding, such as troubleshooting or change-log files. List available files or fetch specific ones for focused reference.
Instructions
Read specific documents from a map's agent context pack. Use omni_map_onboard first; use this for targeted lookups afterwards (e.g. just the troubleshooting file, or just the change log).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map | No | Map/world folder name, e.g. my_village | |
| files | No | Pack-relative paths, e.g. ['agent/08_TROUBLESHOOTING.md','CHANGE_LOG.md']. Omit to list what exists. | |
| mapDir | No | Absolute path to the map folder itself (wins over `map`) | |
| worldsDir | No | Absolute path to the worlds folder that contains `map` |