Skip to main content
Glama

Raw JSON-RPC call

rpc_call

Execute arbitrary JSON-RPC 2.0 calls on EVM, Solana, and Sui chains. Supply chain slug, method, and optional params array.

Instructions

Make any JSON-RPC 2.0 call against a chain through MoltNode. Works for EVM (eth_*), Solana (getSlot, getAccountInfo), and Sui. It is the general-purpose tool, so prefer it whenever no convenience tool fits. params is the JSON-RPC params array.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain slug from list_chains, e.g. 'ethereum', 'base', 'monad', 'solana'.
methodYesJSON-RPC method, e.g. 'eth_blockNumber', 'eth_getBalance', 'getSlot'.
paramsNoJSON-RPC params array. Defaults to [].
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral traits. It does not disclose whether calls are read-only, what side effects may occur, error handling, rate limits, or authentication needs. This is insufficient for a tool that can invoke arbitrary RPC methods.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (three sentences, one parenthetical) and front-loads the purpose. Every sentence adds information; there is no fluff. Could be slightly more structured with bullet points for clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains what the tool does and when to use it. However, with no output schema, it omits any mention of return values or error behavior. For a general-purpose tool, more context about result structure and potential failures would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds only a redundant note about `params` being the JSON-RPC params array. It does not explain how chain slugs are derived or method naming conventions beyond the schema. No extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool makes arbitrary JSON-RPC 2.0 calls, specifies supported chains (EVM, Solana, Sui), and explicitly frames itself as the general-purpose alternative to convenience tools. This distinguishes it from siblings like get_block_number and get_balance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'prefer it whenever no convenience tool fits,' providing clear guidance on when to use this tool. It also lists affected chains. However, it does not explicitly exclude cases where a sibling tool is appropriate, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/tuantqse90/moltnode-mcp'

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