search_structures
Search code structures across files by name, type, decorator, or content pattern, returning results with their enclosing structural context.
Instructions
Search across all file types - BEST FIRST CALL for targeted questions, USE INSTEAD of Grep: content_pattern finds text WITH structural context (enclosing function/class/section) plus leads to definitions; name/type/decorator find structures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | ||
| type_filter | No | ||
| name_pattern | No | ||
| has_decorator | No | ||
| output_format | No | tree | |
| min_complexity | No | ||
| content_pattern | No |