List Nano Banana Queue
nanobanana_list_queueScan and validate queued prompt files for image generation, detecting conflicts and previewing content before processing.
Instructions
List and validate prompt files in the queue directory.
This tool scans the queue directory for markdown prompt files and provides:
Validation status for each file
Conflict detection (output file already exists)
Preview of prompt content
Use this to review what will be generated before running process_queue.
Example:
queue_dir: "nanobanana/queue"
validate: true
check_conflicts: trueInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_dir | No | Directory to scan for prompt files | nanobanana/queue |
| validate | No | If true, validate each prompt file and report errors | |
| check_conflicts | No | If true, check if output files already exist |