search_global_section_elements
Search and filter elements in global sections by type, ID, text, custom class, or data bindings. Retrieve only matching elements instead of the full tree.
Instructions
Search/filter elements within a global section (Header/Footer/block) without dumping the whole tree. Filter by type, id substring, custom_class, text, or has_bind / has_events / has_custom_class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by element ID substring | |
| text | No | Filter by text content substring | |
| type | No | Filter by element type (e.g. 'menu', 'menu-item', 'container', 'image', 'text') | |
| limit | No | Max results (default 50) | |
| has_bind | No | Only elements with data bindings | |
| has_events | No | Only elements with events | |
| custom_class | No | Filter by custom class substring | |
| has_custom_class | No | Only elements with a custom class | |
| global_section_id | Yes | Global section ID |