get_template_schema
Retrieve overridable runtime parameters (slots) of a workflow template to configure before execution. Returns slot keys, types, current values, and constraints for direct use in template overrides.
Instructions
Get a template's OVERRIDABLE run-time parameters (its 'slots') before running it. Pass a bundled pack name (from list_packs) or an official ComfyUI workflow template name (from list_workflow_templates). Returns slots — the meaningful knobs: positive/negative prompt, seed, steps, cfg, sampler/scheduler, width/height, checkpoint/LoRA/model files, denoise, batch_size, input image — plus other_slots (every remaining overridable widget), each with a stable key "<nodeId>.<widget_name>", semantic role, type, current value, and min/max/options where the node schema is known. Feed the keys DIRECTLY into run_template's overrides (same convention) for a schema→run round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes | Template name/id: a bundled pack directory name (list_packs) or an official workflow template name (list_workflow_templates). |