Skip to main content
Glama

nodus_admin_stats

Monitor platform usage statistics including total queries and breakdown by platform for administrative oversight.

Instructions

[ADMIN] Platform stats: total queries, breakdown by platform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the nodus_admin_stats tool.
    export async function nodusAdminStats() {
      return ok({ message: "NodusAI Platform — Registry Stats", ...getStats() });
    }
  • src/index.js:102-105 (registration)
    The tool definition and schema registration for nodus_admin_stats.
      name: "nodus_admin_stats",
      description: "[ADMIN] Platform stats: total queries, breakdown by platform.",
      inputSchema: { type: "object", properties: {} },
    },
  • src/index.js:121-121 (registration)
    Mapping the tool name to its handler implementation in HANDLERS object.
    nodus_admin_stats:   nodusAdminStats,

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/NodusAI-Your-Prediction-Broker/nodusai-mcp-server'

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