scan_folder_for_intent
Identify a project's purpose by scanning its folder names or content files. Choose between a fast name-only scan or a deeper read of README, CLAUDE.md, and PLANNING.md.
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 |