list_tasks
Retrieve task templates organized by category including HTTP/API, Webhooks, Database, AI, Data Processing, and Communication to streamline workflow automation in n8n-MCP.
Instructions
List task templates by category: HTTP/API, Webhooks, Database, AI, Data Processing, Communication.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter by category (optional) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Filter by category (optional)",
"type": "string"
}
},
"type": "object"
}