Skip to main content
Glama

nodus_admin_queries

Access administrative query data from the NodusAI MCP server to manage and analyze prediction market information for Polymarket and Kalshi platforms.

Instructions

[ADMIN] Full query registry dump.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Implementation Reference

  • The handler function for the 'nodus_admin_queries' tool, which retrieves a list of queries from the registry.
    // ── 6. nodus_admin_queries ─────────────────────────────────────────────────────
    export async function nodusAdminQueries({ limit }) {
      return ok({ message: "NodusAI Query Registry", queries: getAllQueries(limit || 50) });
    }

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