search_resources
Search resource paths and text content inside JAR files. Specify a JAR by path, directory, or Maven coordinates to locate matching resources.
Instructions
Search resource paths or bounded text resource content in selected JARs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| format | No | Output format. | text |
| jarPath | No | Absolute path to an exact JAR. Fastest selector. | |
| pathQuery | No | ||
| coordinates | No | groupId:artifactId[:version[:classifier]]. | |
| contentQuery | No | ||
| jarDirectory | No | Absolute directory to search for a JAR on demand. | |
| jarNamePrefix | No | JAR basename prefix. | |
| workspacePath | No | Absolute Java workspace path. Maven is optional. |