Skip to main content
Glama

comfy_get_model_info

Read-onlyIdempotent

Retrieve the input and output schema for any ComfyUI node type to understand its configuration and integration requirements.

Instructions

Get node schema for a model-related node type.

Returns the node's input/output definition from ComfyUI's object_info, not model file metadata.

Args: node_type: The node class type to inspect (e.g., "CheckpointLoaderSimple")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds transparency by clarifying that the tool returns input/output definitions from ComfyUI's object_info and not model file metadata. This complements the readOnly and idempotent annotations without contradicting them. It gives extra context about the nature of the returned data and scope.

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?

The description is concise and well-structured: a clear title, a clarifying sentence, and an Args section with a precise parameter description. It conveys all necessary information without unnecessary verbosity 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 adequately covers the tool's behavior and return value (input/output definition) and distinguishes it from model metadata. While it does not detail output schema or error cases, the existence of an output schema in the MCP definition reduces the need for that explanation. It is sufficiently complete for a simple getter.

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

Parameters5/5

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

The description thoroughly explains the sole parameter 'node_type' with an example ('CheckpointLoaderSimple') and clarifies that it is the node class type to inspect. Although the schema only defines the parameter name and type, the description provides full semantic meaning, effectively covering the parameter's purpose and expected value.

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's purpose: 'Get node schema for a model-related node type.' It explicitly distinguishes from model file metadata, making it specific and unambiguous. This differentiates it from sibling tools like comfy_get_node_info or comfy_list_node_types.

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 retrieving node schemas of model-related nodes but does not explicitly state when to use this tool over alternatives such as comfy_get_node_info. It lacks direct comparison or 'use this when' guidance, though the mention of 'not model file metadata' provides some boundary.

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/dreamrec/ComfyPilot'

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