search_functions
Search for Solidity functions by name or signature using regex patterns. Filter by case sensitivity, paginate results, and exclude paths for focused analysis.
Instructions
Searches for functions by name or signature using regex pattern matching. Use this when looking for functions across the codebase by name pattern or parameter types. Can search function names only or full signatures including parameters. Returns matching functions with full metadata. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matches | Yes | ||
| success | Yes | ||
| has_more | No | True if there are more results beyond this page | |
| total_count | Yes | ||
| error_message | No |