x3d_node_info
Retrieve complete X3D node specifications including fields, types, defaults, and constraints. Verify node details before generating 3D content to ensure accurate and valid X3D code.
Instructions
Get detailed specification info about an X3D node.
Returns the node's component, inheritance, all fields with types/defaults/constraints,
and a link to the official specification. Use this before generating X3D content
to ensure correct field names, types, and allowed values.
Args:
node_name: Exact X3D node name (case-sensitive). Examples: Box, Material,
Transform, IndexedFaceSet, Appearance, Viewpoint, DirectionalLight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |