scan_folder_for_intent
Detect a project's purpose by scanning its folder contents—either by analyzing file names or reading key documentation files for accurate intent identification.
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 |