You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_read_contract

Active

Tool of Fuse Network

declared in 0.1.0

Calls a view/pure function on a Fuse contract. ABI is auto-fetched from the verified Fuse explorer when not supplied.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "address",
    "functionName"
  ],
  "properties": {
    "abi": {
      "type": "array",
      "items": {},
      "description": "Optional ABI override. If omitted, the verified ABI is fetched from the Fuse explorer."
    },
    "args": {
      "type": "array",
      "items": {},
      "description": "Positional arguments for the function (defaults to [])."
    },
    "address": {
      "type": "string",
      "description": "Contract address."
    },
    "functionName": {
      "type": "string",
      "description": "Name of the view/pure function to call."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

1/7 registries
View full server →
fuse_read_contract — Fuse Network — PRSM MCP