Get n8n Doc
get_docRetrieve any n8n documentation page as markdown by providing the doc slug, URL, or a partial path for fuzzy matching.
Instructions
Read a single n8n documentation page as markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Doc slug. Friendly forms accepted: - "integrations/builtin/core-nodes/n8n-nodes-base.code" - "integrations/builtin/core-nodes/n8n-nodes-base.code.md" - "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code" - "n8n-nodes-base.code" (partial — will fuzzy-match) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |