Skip to main content
Glama

list_extra_paths

View ComfyUI extra model search paths from standalone or Desktop config files, reporting generic categories for models and custom nodes.

Instructions

View ComfyUI extra search-path config for standalone/manual installs and ComfyUI Desktop. Standalone uses /extra_model_paths.yaml; Desktop uses the OS app-data extra_models_config.yaml. Reports generic categories, so model categories and custom_nodes entries are both visible when present. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoConfig target: auto chooses Desktop config if it exists, otherwise standalone; standalone uses <COMFYUI_PATH>/extra_model_paths.yaml; desktop uses the OS app-data extra_models_config.yaml.
config_pathNoExplicit YAML config path override, mainly for advanced/manual installs.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description explicitly states 'Read-only,' which is a key behavioral trait. It also notes that it reports generic categories, making model categories and custom_nodes entries visible when present. Without annotations, these details provide sufficient transparency for a simple read tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences that are front-loaded with the core purpose, followed by specific details. No unnecessary words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains what the tool returns (generic categories, including model and custom_nodes entries) and the two config paths. Without an output schema, this is adequately complete for a simple list tool, though it could mention possible empty results.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the auto logic for the target parameter and the file locations (standalone uses extra_model_paths.yaml, Desktop uses extra_models_config.yaml), which enhances understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool views extra search-path config, distinguishes between standalone and Desktop installs, and mentions it is read-only. This provides a specific verb-resource pair that differentiates it from sibling tools like add_extra_path or remove_extra_path.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for viewing config (e.g., 'View ComfyUI extra search-path config') but does not explicitly state when to use or avoid it compared to siblings. No alternatives or exclusion criteria are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/artokun/comfyui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server