get_node_as_tool_info
Retrieve detailed documentation and specifications for any n8n node to enable its use as an AI tool for workflow automation, regardless of AI-specific markings.
Instructions
How to use ANY node as AI tool. Shows requirements, use cases, examples. Works for all nodes, not just AI-marked ones.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nodeType | Yes | Full node type WITH prefix: "nodes-base.slack", "nodes-base.googleSheets", etc. |
Input Schema (JSON Schema)
{
"properties": {
"nodeType": {
"description": "Full node type WITH prefix: \"nodes-base.slack\", \"nodes-base.googleSheets\", etc.",
"type": "string"
}
},
"required": [
"nodeType"
],
"type": "object"
}