spine_scan_corpus
Scan a directory to count .spine and .json files, confirming the corpus path without parsing or exporting, to validate project structure before learning.
Instructions
Use this read-only tool to confirm a corpus path before learning. It recursively scans for .spine and .json files and returns counts without parsing or exporting projects. Do not use it to generate knowledge, call Spine CLI, modify corpus files, or build animations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corpusDir | Yes | Directory containing Spine source .spine and .json projects to scan. | |
| maxProjects | No | Optional maximum number of .spine/.json files to return for a quick test scan. |