explain_contract_interface
Analyze any NEAR contract by ID and get a human-readable explanation of its purpose and main functions. Understand what the contract does before interacting.
Instructions
Analyzes a contract and provides a human-readable explanation of its purpose and main functions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | NEAR network to query (default: mainnet) | |
| contract_id | Yes | The NEAR account ID of the contract |