工具 API

search_templates

Search templates with multiple modes. Use searchMode='keyword' for text search, 'by_nodes' to find templates using specific nodes, 'by_task' for curated task-based templates, 'by_metadata' for filtering by complexity/setup time/services, 'patterns' for lightweight workflow pattern summaries mined from 2700+ templates.

dev1 积分

调用信息

工具标识
n8n-mcp.search_templates
服务提供方
n8n
平均响应
0 ms
近 7 天调用
0

输入参数

searchMode

Search mode. keyword=text search (default), by_nodes=find by node types, by_task=curated task templates, by_metadata=filter by complexity/services, patterns=lightweight workflow pattern summaries

query

For searchMode=keyword: search keyword (e.g., "chatbot")

fields

For searchMode=keyword: fields to include in response. Default: all fields.

nodeTypes

For searchMode=by_nodes: array of node types (e.g., ["n8n-nodes-base.httpRequest", "n8n-nodes-base.slack"])

task

For searchMode=by_task: the type of task. For searchMode=patterns: optional category filter (omit for overview of all categories).

category

For searchMode=by_metadata: filter by category (e.g., "automation", "integration")

complexity

For searchMode=by_metadata: filter by complexity level

maxSetupMinutes

For searchMode=by_metadata: maximum setup time in minutes

minSetupMinutes

For searchMode=by_metadata: minimum setup time in minutes

requiredService

For searchMode=by_metadata: filter by required service (e.g., "openai", "slack")

targetAudience

For searchMode=by_metadata: filter by target audience (e.g., "developers", "marketers")

limit

Maximum number of results. Default 20.

offset

Pagination offset. Default 0.