Metis — Scan Folder For Intent
scan_folder_for_intentAnalyze project folder contents to detect its purpose using file names or key documents like README for a summary of intent.
Instructions
Detect a project's purpose from its folder contents.
Args:
folder_path: Absolute path to the project folder.
scan_type: One of:
"names" — file/folder names only (fast, no content read)
"content" — reads README, CLAUDE.md, PLANNING.md (more accurate)
"none" — skip scan, return empty (user will describe manually)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_type | No | names | |
| folder_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |