mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-04-04 08:33:07 +00:00
fix: trim patterns response tokens and add missing documentation (#683)
- Trim task-specific patterns ~64%: drop displayName, shorten field names (frequency→freq), cap chains at 5, use short node type names in chains - Add patterns mode to tools_documentation essentials, full docs, and tools-documentation.ts overview (was completely missing) - Document includeOperations omission behavior for trigger/freeform nodes - Add patterns return shape to search_templates returns documentation - Trim search_nodes examples from 11 to 6 Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -125,6 +125,7 @@ When working with Code nodes, always start by calling the relevant guide:
|
||||
- searchMode='by_nodes': Find templates using specific nodes
|
||||
- searchMode='by_task': Curated task-based templates
|
||||
- searchMode='by_metadata': Filter by complexity/services
|
||||
- searchMode='patterns': Workflow pattern summaries from 2,700+ templates
|
||||
|
||||
**n8n API Tools** (13 tools, requires N8N_API_URL configuration)
|
||||
- n8n_create_workflow - Create new workflows
|
||||
|
||||
Reference in New Issue
Block a user