find_usage_examples
Locate real-world usage examples for any class or method in test jars, with pagination and optional method filtering to understand how to call APIs.
Instructions
Find usage examples of classes/methods in test jars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Maximum results to return | |
| class_name | Yes | Class name to find usage for | |
| method_name | No | Method name to find usage for | |
| search_tests | No | Search in test jars | |
| items_per_page | No | Items per page |