aptos-mcp

aptos_abi_generate

Generate ABI for Aptos contracts in JSON or TypeScript formats. Specify contract directory path and output format to create the required interface.

Instructions

Generate ABI for an Aptos contract. Args: contract_path: Path to the contract directory output_format: Format of the output (ts, json)

Input Schema

NameRequiredDescriptionDefault
contract_pathYes
output_formatNots

Input Schema (JSON Schema)

{ "properties": { "contract_path": { "title": "Contract Path", "type": "string" }, "output_format": { "default": "ts", "title": "Output Format", "type": "string" } }, "required": [ "contract_path" ], "title": "aptos_abi_generateArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

ID: wrflhe12gq