get_geo_summary
Summarize a Houdini geometry node: counts, bbox, attributes, groups, and point samples. Automatically skips heavy details on large geometry.
Instructions
获取几何节点的轻量级概要信息。
返回 SOP 节点的 point / primitive / vertex 计数、bbox 6 元、attributes /
groups 列表(带 name/type/size),以及前 sample_size 个点的属性采样。
point_count 超过 max_points_for_full 时自动降级 — 跳过 sample_points 与
详细 attributes/groups,避免大几何撑爆 MCP。比 get_geometry_info 更轻,
比 get_geometry_data 更结构化。适用于“先看看节点生成了什么规模的几何”。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| node_path | Yes | ||
| sample_size | No | ||
| max_points_for_full | No |