Skip to main content
Glama

Nano Currency MCP Server

by kilkelly

block_info

Retrieve detailed information about a specific Nano blockchain block by providing its hash, enabling precise data analysis and transaction verification.

Instructions

Retrieve detailed information about a specific Nano block.

Input Schema

NameRequiredDescriptionDefault
hashYesHash for the Nano block to get information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hash": { "description": "Hash for the Nano block to get information about", "type": "string" } }, "required": [ "hash" ], "type": "object" }

You must be authenticated.

Other Tools from Nano Currency MCP Server

Related Tools

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/kilkelly/nano-currency-mcp-server'

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