contract_get_function_args
Parse a NEAR contract's ABI or use nearblocks.io API to retrieve likely function call arguments by analyzing recent execution results.
Instructions
Get the arguments of a function call by parsing the contract's ABI or by using the nearblocks.io API (as a fallback). This function API checks recent execution results of the contract's method being queried to determine the likely arguments of the function call. Warning: This tool is experimental and is not garunteed to get the correct arguments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contractId | Yes | ||
methodName | Yes | ||
networkId | No | mainnet |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from NEAR MCP
- account_add_access_key
- account_create_account
- account_create_implicit_account
- account_delete_access_keys
- account_delete_account
- account_export_account
- account_list_access_keys
- account_sign_data
- account_verify_signature
- account_view_account_summary
- contract_call_raw_function
- contract_call_raw_function_as_read_only
- contract_get_function_args
- contract_view_functions
- system_import_account
- system_list_local_keypairs
- system_remove_local_account
- system_search_popular_fungible_token_contracts
- tokens_send_ft
- tokens_send_near
Related Tools
- @nearai/near-mcp
- @nearai/near-mcp
- @mrexodia/ida-pro-mcp
- @JordanDalton/ServiceTitanMcpServer