type_explain
Explain a type's fields and its role in methods (construct, mutate, consume, destroy) from graph facts. Learn a struct's shape and handling before reading call sites.
Instructions
Read-only. Explain a type from graph facts: its fields plus the methods that construct, mutate, consume, or destroy it, each role graph-derived. Use it to learn a struct/class's shape and how it is handled before reading call sites. Paginate fields with offset and methods with member_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | type name or graph node id | |
| limit | No | maximum rows returned | |
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | field offset for paging | |
| member_offset | No | method/member offset for paging |