Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_sui_owned_objects

Retrieve objects owned by a specific Sui blockchain address, with options to filter results, paginate through data, and select network type.

Instructions

Get objects owned by an address

Input Schema

NameRequiredDescriptionDefault
addressYesSui address
cursorNoOptional: Pagination cursor
limitNoOptional: Number of results to return
networkNoNetwork type (defaults to mainnet)
queryNoOptional: Query filter and options

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Sui address", "type": "string" }, "cursor": { "description": "Optional: Pagination cursor", "type": "string" }, "limit": { "description": "Optional: Number of results to return", "type": "number" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" }, "query": { "description": "Optional: Query filter and options", "type": "object" } }, "required": [ "address" ], "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