search_class
Fuzzy search for Java classes within Maven dependencies by partial class name. Returns matches from project's dependencies.
Instructions
Fuzzy search for Java classes inside the project's Maven dependencies. Results may be partial while the background scan is in progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (partial class name, e.g. "ObservationRegistry", "JpaRepository", or "QueryBizOrderDO") | |
| projectPath | Yes | Maven project root directory path | |
| limit | No | Maximum number of results to return | |
| format | No | Output format. Default is text (human-readable). Use json for structured machine-readable data. Use toon for Token-Oriented Object Notation — a compact, LLM-friendly format that reduces tokens by ~40% compared to JSON while preserving structure (https://github.com/toon-format/toon). | text |