工具 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.
调用信息
- 工具标识
- n8n-mcp.search_templates
- 服务提供方
- n8n
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
searchModeSearch 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
queryFor searchMode=keyword: search keyword (e.g., "chatbot")
fieldsFor searchMode=keyword: fields to include in response. Default: all fields.
nodeTypesFor searchMode=by_nodes: array of node types (e.g., ["n8n-nodes-base.httpRequest", "n8n-nodes-base.slack"])
taskFor searchMode=by_task: the type of task. For searchMode=patterns: optional category filter (omit for overview of all categories).
categoryFor searchMode=by_metadata: filter by category (e.g., "automation", "integration")
complexityFor searchMode=by_metadata: filter by complexity level
maxSetupMinutesFor searchMode=by_metadata: maximum setup time in minutes
minSetupMinutesFor searchMode=by_metadata: minimum setup time in minutes
requiredServiceFor searchMode=by_metadata: filter by required service (e.g., "openai", "slack")
targetAudienceFor searchMode=by_metadata: filter by target audience (e.g., "developers", "marketers")
limitMaximum number of results. Default 20.
offsetPagination offset. Default 0.