Explain a Soroban contract
explain_contractExplain a Soroban contract from its published interface: list functions with parameters, types, and docs, answering what it does and which arguments each function takes.
Instructions
Read a deployed Soroban contract's published interface and list the functions it exposes, with parameter names, parameter types, return types, and any documentation the contract author published. Use this before interacting with an unfamiliar contract, or to answer 'what can this contract do' and 'what arguments does this function take'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractId | Yes | Soroban contract address (starts with C). |