list_node_pack_files
List files in a custom node pack to orient yourself before reading or editing it. Skips .git, pycache, and node_modules for clarity.
Instructions
List the files in one installed custom-node pack under /custom_nodes// (read-only). Skips .git/, pycache/ and node_modules/. Use this to orient before read_node_file / search_node_packs when diagnosing or editing a pack you found via bisect_* or fix_custom_node. LOCAL-ONLY (requires COMFYUI_PATH); the pack name and every returned path are jailed to custom_nodes/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Optional glob to filter entries (supports *, **, ?), matched against pack-relative paths. | |
| pack | Yes | Pack folder name under custom_nodes/ (e.g. 'ComfyUI-Manager'). | |
| max_entries | No | Maximum entries to return (default 500, max 2000). |