Skip to main content
Glama

Grove's MCP Server for Pocket Network

call_contract_view

Query read-only smart contract functions to retrieve blockchain data without executing transactions, supporting multiple networks through Grove's Pocket Network integration.

Instructions

Call a read-only contract function

Input Schema

NameRequiredDescriptionDefault
blockchainYesBlockchain name
contractAddressYesContract address
dataYesEncoded function call data
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "blockchain": { "description": "Blockchain name", "type": "string" }, "contractAddress": { "description": "Contract address", "type": "string" }, "data": { "description": "Encoded function call data", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "required": [ "blockchain", "contractAddress", "data" ], "type": "object" }

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/buildwithgrove/mcp-pocket'

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