search_contracts
Search for Solidity contracts by name using regex pattern matching. Returns full contract metadata with pagination and case-insensitive search.
Instructions
Searches for contracts by name using regex pattern matching. Use this when you know part of a contract name but not its exact path or when looking for contracts following a naming convention. Returns matching contracts with full metadata. Case-insensitive by default; set case_sensitive=true for exact matching. 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 |