comfy_list_blueprints
List available subgraph blueprints from configured sources (all, user, bundled, native) to identify which are user-defined.
Instructions
List subgraph blueprints from the configured sources.
Sources:
"all" (default): user + bundled + native (everything available).
"user": only the user-published store (COMFY_BLUEPRINT_DIR).
"bundled": only the bundled examples shipping with ComfyPilot.
"native": only the global subgraphs ComfyUI itself publishes.
User blueprints shadow bundled ones when names collide. Native entries
are tagged with source: "native" so the caller can distinguish them
from ComfyPilot-managed blueprints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |