Inspect n8n workflow
n8n_introspectInspect a workflow and a sample of its saved executions to retrieve deterministic findings and factual metrics. Does not execute the workflow.
Instructions
Inspect one workflow and a bounded sample of its saved executions; return deterministic findings and factual metrics; do not execute the workflow or replace the instance security audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | quick | |
| workflowId | Yes | ||
| lookbackHours | No | ||
| maxExecutions | No | ||
| includeSanitizedLabels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample | Yes | ||
| status | Yes | ||
| metrics | Yes | ||
| profile | Yes | ||
| summary | Yes | ||
| findings | Yes | ||
| guidance | Yes | ||
| workflow | Yes | ||
| limitations | Yes | ||
| ruleCoverage | Yes | ||
| engineVersion | Yes | ||
| schemaVersion | Yes |