read_model
Retrieve the full source code and parsed metadata of a Laravel Eloquent model, including relations, casts, and static configuration, for introspection.
Instructions
Return the full source code of a model file plus parsed metadata (relations, casts, static config). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Model class name (e.g. 'User') |