Get n8n node schema
get_nodeRetrieve the schema for any n8n node type, with options for minimal, standard, or full property details. Search within a node's properties to quickly find specific fields.
Instructions
Get the schema for one node type: short name ('slack') or full type ('n8n-nodes-base.slack' / '@n8n/n8n-nodes-langchain.agent'). detail='minimal' (summary), 'standard' (default — cleaned-up properties), or 'full' (every raw property field). Use propertyQuery to search within one node's properties instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | ||
| nodeType | Yes | ||
| propertyQuery | No |