Describe Node Kind
describe_node_kindRetrieve the full configuration schema, default config, and input/output ports for a specific node kind. Use this to understand node fields before configuring, avoiding guesswork.
Instructions
One kind in full — its config schema, its default config, and its input and output ports. Call this before configure_node rather than guessing field names; the fields are deliberately not on list_node_kinds, which would turn a vocabulary query into a payload nobody reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | The kind name, e.g. "llm_call" or the fully-qualified form. |