Skip to main content
Glama

generate_audit

Identifies security risks in n8n: abandoned workflows, unused credentials, and risky nodes. Optionally filter categories or adjust abandonment threshold.

Instructions

Generate n8n's built-in security audit: flags abandoned workflows, unused credentials, risky nodes (filesystem/instance access), and more. Optionally restrict categories or tune the abandoned-workflow threshold.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysAbandonedWorkflowNoDays without execution for a workflow to count as abandoned (n8n default: 90)
categoriesNoAudit categories to run (default: all)
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It lists what the audit checks but does not explicitly state whether the operation is read-only or disclose permissions needed. The non-destructive nature is implied but not confirmed.

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 a single sentence with a parenthetical list, very concise and front-loaded with the action. It could be slightly more structured but is effective.

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

Completeness3/5

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

For a tool with no output schema and no annotations, the description covers purpose and parameter usage adequately. However, it does not describe the return format (expected audit report) or error cases, leaving some gaps.

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%: both parameters have descriptions. The description adds value by mentioning optional restrictions and tuning the abandoned-workflow threshold, reinforcing the schema's details.

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 generates n8n's built-in security audit, listing specific checks (abandoned workflows, unused credentials, risky nodes). This distinguishes it from sibling tools that focus on workflows, credentials, or users.

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 security auditing but does not explicitly state when to use this tool versus alternatives. Among siblings, no other audit tool exists, so when-not guidance is missing.

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/helbertparanhos/n8n-pro-mcp'

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