n8n_list_webhooks
List webhook and form-trigger paths from n8n workflows, returning IDs and full trigger URLs so agents can call workflows without the n8n UI.
Instructions
Surface webhook and form-trigger paths from n8n workflows so agents can call n8n_trigger with mode='webhook' without opening the n8n UI. Returns workflowId, workflowName, nodeName, method, path, and a fully-formed triggerUrl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | No | Restrict to a single workflow. | |
| activeOnly | No | Only include active workflows. Default true. | |
| limit | No | Max workflows to scan when workflowId is omitted (default 50). |