scan_folder_for_intent
Analyze a project folder to determine its purpose by scanning file and folder names or reading key documents like README.
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 |
|---|---|---|---|
| folder_path | Yes | ||
| scan_type | No | names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |