Refresh n8n Docs Cache
refreshUpdate cached n8n documentation by re-fetching all markdown files from GitHub. Use when documentation appears outdated or after a new n8n release.
Instructions
Re-fetch all n8n markdown files from GitHub and overwrite the cache.
Fetches ~1,500 .md files in parallel (10 concurrent). Use this when documentation looks outdated or after a new n8n release.
Returns JSON: {"fetched": int, "skipped": int, "errors": [str], "duration_ms": int}.
fetched counts the number of files written, not total repo size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |