Execute AA Getter
obyte_execute_getterExecute a getter on an Obyte autonomous agent with optional JSON args to retrieve its output. Choose mainnet or testnet to query the correct network.
Instructions
Raw hub read. Executes an autonomous-agent getter with optional JSON args and returns the getter result.
Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| getter | Yes | ||
| address | Yes | ||
| network | No |