aptos-mcp

test_aptos_contract

Test Aptos Move contracts by specifying the contract path, function name, and arguments to validate functionality using the Aptos CLI.

Instructions

Test an Aptos Move contract using the Aptos CLI. Args: contract_path: Path to the contract directory or file function_name: Optional function to test specifically args: Optional list of arguments for the function

Input Schema

NameRequiredDescriptionDefault
argsNo
contract_pathYes
function_nameNo

Input Schema (JSON Schema)

{ "properties": { "args": { "default": null, "items": {}, "title": "Args", "type": "array" }, "contract_path": { "title": "Contract Path", "type": "string" }, "function_name": { "default": "", "title": "Function Name", "type": "string" } }, "required": [ "contract_path" ], "title": "test_aptos_contractArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

ID: wrflhe12gq