magento_find_template
Locate Magento PHTML templates by area and description to find view files for storefront or admin pages.
Instructions
Find PHTML template files in Magento for frontend or admin rendering. Locates view templates for product pages, checkout, customer account, cart, CMS, catalog listing, and more. See also: magento_find_block (Block class rendering the template).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Magento area: frontend (customer-facing storefront), adminhtml (admin panel), base (shared/fallback) | |
| query | Yes | Template description or filename pattern. Examples: "product listing", "checkout form", "customer account dashboard", "minicart", "breadcrumbs", "category view", "order summary" |