Skip to main content
Glama

aptos-mcp

aptos_abi_generate

Generate ABI for Aptos smart contracts in desired formats like TS or JSON. Specify the contract path to streamline blockchain application development.

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" }

Other Tools from aptos-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tlazypanda/aptos-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server