Skip to main content
Glama

n8n_check_disabled_nodes

Identify disabled nodes across workflows to detect drift signals such as paused debugging or incomplete cleanup.

Instructions

Scan workflows and surface every node with disabled: true. One finding per (workflowId, nodeName, nodeType) plus a per-workflow count. Read-only. Disabled nodes are common drift signals — frozen mid-debug, forgotten cleanup — and the n8n UI doesn't surface them in any list view. Bounded-concurrency fan-out; per-workflow fetch errors land in fetchErrors instead of failing the scan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activeOnlyNoOnly scan active workflows. Default false.
includeArchivedNoInclude archived workflows. Default false.
maxWorkflowsNoCap on workflows INSPECTED (default 250). Counted after the active/archived filter, so the scanner may page through more list rows than this when many archived workflows are skipped, but it will not fetch more than `maxWorkflows` full workflow definitions.
concurrencyNoParallel getWorkflow requests (default 3, max 8).
Behavior5/5

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

The description is highly transparent without annotations. It declares read-only, bounded concurrency fan-out, and that per-workflow errors go to 'fetchErrors' instead of failing the scan. This fully discloses behavior.

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

Conciseness4/5

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

The description is well-structured and informative, though slightly longer. Each sentence adds value, and the main action is front-loaded. Could be tightened slightly but remains effective.

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

Completeness5/5

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

Despite no output schema, the description clearly defines the output structure (one finding per triplet plus count) and error handling. It covers all essential aspects for a scanning tool.

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

Parameters3/5

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

Schema coverage is 100% and parameter descriptions in the schema are already detailed (e.g., maxWorkflows explains counting logic). The description adds no additional parameter-specific value beyond tool context, so baseline 3 applies.

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 scans workflows and surfaces nodes with 'disabled: true'. It specifies output format (per workflowId, nodeName, nodeType plus count) and distinguishes itself from siblings by focusing on disabled nodes, which the UI doesn't surface.

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

Usage Guidelines4/5

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

The description explains why disabled nodes are important (drift signals) and that the UI doesn't list them, but does not explicitly state when not to use or name alternative tools. However, the context and sibling list imply differentiation.

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/lidless-labs/n8n-ops-mcp'

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