MCP Snapshot Server

getUser

Get information about a Snapshot user

Input Schema

NameRequiredDescriptionDefault
addressYesEthereum address of the user

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Ethereum address of the user", "type": "string" } }, "required": [ "address" ], "type": "object" }