magento_find_block
Locate Magento block classes by class name or description to inspect view rendering and template logic.
Instructions
Find Magento Block classes used for view rendering and template logic. Blocks bridge controllers and templates. See also: magento_find_template (PHTML template rendered by the block), magento_find_config with configType=layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Block class name or functionality description. Examples: "Product\View", "cart totals", "category listing", "customer account navigation", "order view", "Topmenu" |