1. workflow_list
List all workflows available in the n8n instance.
2. workflow_get
Get detailed information of a specific workflow by its ID.
3. workflow_create
Create a new workflow in the n8n instance.
4. workflow_update
Update an existing workflow with new configuration or nodes.
5. workflow_delete
Delete a workflow from the n8n instance.
6. workflow_activate
Activate a workflow to make it ready for execution.
7. workflow_deactivate
Deactivate a workflow to stop it from running.
8. execution_run
Execute a workflow via the n8n API.
9. run_webhook
Execute a workflow via a webhook endpoint with optional data payload.
10. execution_get
Get details of a specific workflow execution by its ID.
11. execution_list
List all executions for a specific workflow.
12. execution_stop
Stop a currently running workflow execution.