moose_class_tree
Inspect a MOOSE class's inheritance chain and list method names on each class to quickly identify available methods.
Instructions
Returns the inheritance chain of a class (from the class up to BASE) plus the list of method names on each class in the chain. Method names only — no bodies, no docs. This is the cheapest query, ideal for checking "what methods does this class have?" quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | Yes | MOOSE class name, e.g. "SPAWN", "AIRBASE", "GROUP". |