Skip to main content
Glama

wot_follow_quality

Analyze Nostr pubkey follow lists to assess quality, identify ghost followers, measure diversity, and provide improvement suggestions for better network connections.

Instructions

Analyze the quality of a Nostr pubkey's follow list. Returns quality score, ghost follower ratio, diversity entropy, and improvement suggestions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pubkeyYesNostr public key in hex format
payment_hashNoPayment hash if free tier exhausted

Implementation Reference

  • Handler function for wot_follow_quality tool which calls the /follow-quality endpoint.
    async ({ pubkey, payment_hash }) => {
      const data = await wotGet("/follow-quality", { pubkey }, payment_hash);
      return textResult(formatL402(data));
    }
  • Input schema definition for wot_follow_quality tool.
    {
      pubkey: z.string().describe("Nostr public key in hex format"),
      payment_hash: z.string().optional().describe("Payment hash if free tier exhausted"),
    },
  • src/index.ts:176-178 (registration)
    Tool registration for wot_follow_quality.
    server.tool(
      "wot_follow_quality",
      "Analyze the quality of a Nostr pubkey's follow list. Returns quality score, ghost follower ratio, diversity entropy, and improvement suggestions.",

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