openrpc-mpc-server
by shanejonas
rpc_call
Call any JSON-RPC method on a server with parameters. A user would prompt: Call method <method> on <server url> with params <params>
Input Schema
Name | Required | Description | Default |
---|---|---|---|
method | Yes | JSON-RPC method name to call | |
params | No | Stringified Parameters to pass to the method | |
server | Yes | Server URL |