search_model_elements_advance
Searches for model elements by type or name pattern in a specific commit or branch.
Purpose
This tool searches by element type, regex patterns, or when filtering is needed. For simple text searches without regex, use fulltext_search_model_elements instead for better performance.
Tags: AM Read Advanced
Input parameters
| Name | Type | Required | Default |
|---|---|---|---|
constraints |
array[object] |
✅ yes | |
exclude_library_project |
boolean |
no | False |
limit |
integer |
no | 100 |
operator |
string |
no | AND |
page |
integer |
no | 1 |
project_id |
string |
✅ yes | |
ref_id |
string |
✅ yes | |
scope_element_id |
any |
no | None |
search_text |
any |
no | None |
sort_by |
any |
no | None |
sort_order |
string |
no | ASC |