Skip to main content
Glama

wot_network_health

Analyze Nostr network health metrics including node count, decentralization scores, and component analysis to assess network structure and stability.

Instructions

Get Nostr network health metrics: node count, edge count, Gini coefficient (decentralization), power-law exponent, density, and component analysis. No pubkey needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payment_hashNoPayment hash if free tier exhausted

Implementation Reference

  • The handler and registration for 'wot_network_health' tool. It calls wotGet to retrieve network health metrics.
    server.tool(
      "wot_network_health",
      "Get Nostr network health metrics: node count, edge count, Gini coefficient (decentralization), power-law exponent, density, and component analysis. No pubkey needed.",
      {
        payment_hash: z.string().optional().describe("Payment hash if free tier exhausted"),
      },
      async ({ payment_hash }) => {
        const data = await wotGet("/network-health", {}, payment_hash);
        return textResult(formatL402(data));
      }
    );

Latest Blog Posts

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/joelklabo/maximumsats-mcp'

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