trace_model_inheritance
Trace the inheritance hierarchy of any Pydantic model by specifying the model name and optional search scope.
Instructions
Trace the inheritance hierarchy of a Pydantic model.
Args: model_name: Name of the model to trace scope: Search scope (default "main"): - "main": Only the main project (default for plugins) - "all": Include configured namespaces - "namespace:name": Specific namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | Yes | ||
| scope | No | main |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||