search_methods_like
Search for methods in a Pharo Smalltalk image by name pattern. Returns matching method names as a list.
Instructions
Find methods matching a pattern.
Args: method_name_query: The pattern to search for in method names
Returns: dict: API response with success/error and result - Success: {"success": True, "result": list[str]} - result contains list of matching method names - Error: {"success": False, "error": str} - error contains error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method_name_query | Yes | The pattern to search for in method names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||