get_oz_function
Retrieve detailed documentation for OpenZeppelin Contracts functions, including parameters, usage, and version-specific information.
Instructions
Get detailed information about a specific function in OpenZeppelin Contracts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Function name, optionally with contract (e.g., 'transfer', 'ERC20.transfer', 'ECDSA.recover') | |
| version | No | OpenZeppelin Contracts version | 5.x |