The Radix Agent Kit includes 8 specialized tools that can be used directly or through the AI agent. Each tool extends the RadixTool base class and provides specific blockchain functionality.
tool.name = "get_account_info"tool.description = "Retrieves detailed information about a Radix account including address, public key, and metadata. Input: account address (optional, defaults to agent's account)"
Input Validation: All tools validate inputs before execution. Each tool expects specific required parameters and will return error messages for missing or invalid inputs.