comfyui_list_workflows
List workflow templates registered on a ComfyUI server via the /workflow_templates endpoint. Use pagination to browse available front-end packages and their templates.
Instructions
List workflow templates registered on the ComfyUI server (the
/workflow_templates endpoint, populated by installed front-end packages).
This is distinct from ``comfyui_create_workflow``'s built-in template names
(txt2img, img2img, etc.) which are hard-coded in the MCP for graph generation.
Returns a paginated envelope: ``{items, total, offset, limit, has_more}``.
Each item is ``{"package": str, "templates": [...]}`` from the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100, default varies by tool). | |
| offset | No | Zero-based starting index for pagination. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||