search_classes
Search the codebase for class names using a partial or fuzzy query to retrieve definitions and constructor signatures, reducing risk of hallucinated parameters.
Instructions
Find classes by name fragment (case-insensitive), falling back to fuzzy matching when nothing contains the fragment. Use this when unsure of the exact class name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | Yes | ||
| query | Yes | ||
| truncated | Yes | ||
| total_matches | Yes |