spawn_docs
Retrieve the engine guide, tome API reference, and skills index for a Spawn game project. Optionally save these docs to .spawn/ for future reference.
Instructions
Fetch engine guide, tome API reference, and skills index. Optionally save under .spawn/. For just the skill menu with descriptions, spawn_skills is cheaper.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Write guide.md, tome-api.md, skills.json under .spawn/ | |
| projectDir | No | Absolute path to the Spawn game project (game.json / .env). Defaults to SPAWN_PROJECT_DIR or the MCP process cwd. |