photographi_analyze_folder
Batch analyzes all images in a folder with high concurrency, returning quality scores and judgments for each. Use pagination (limit/offset) to process up to 100 images per call, ideal for assessing overall shoot quality distribution.
Instructions
Batch analyzes all images in a folder with high concurrency (4-8 images at once). Returns quality scores and judgements for each image. Default limit is 100 images per call. Use 'limit' and 'offset' for pagination. If 'nextOffset' is in the response, call again with that offset. Perfect for understanding the overall quality distribution of a shoot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| metrics | No | Specific metrics to calculate (sharpness, exposure, etc.). Defaults to all. | |
| enable_subject_detection | No | Use AI for subject-aware analysis. | |
| model_size | No | YOLO model size. | nano |
| limit | No | Batch size for pagination. | |
| offset | No | Pagination offset. Increment this by 'limit' to see more results. | |
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||