NEAR MCP

by nearai
Verified

account_view_account_summary

Retrieve concise account summary data for any NEAR blockchain account using the public RPC endpoint. Input the account ID and network to access essential details.

Instructions

Get summary information about any NEAR account. This calls the public RPC endpoint to get this information.

Input Schema

NameRequiredDescriptionDefault
accountIdYes
networkIdNomainnet

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountId": { "type": "string" }, "networkId": { "default": "mainnet", "enum": [ "testnet", "mainnet" ], "type": "string" } }, "required": [ "accountId" ], "type": "object" }
ID: ibzhoz5k4z