Skip to main content
Glama

N Lobby MCP Server

by minagishl
MIT License
6
3
  • Apple

test_trpc_endpoint

Validate tRPC endpoints associated with N Lobby MCP Server by testing specific methods and parameters to ensure accurate functionality and response.

Instructions

Test specific tRPC endpoint with detailed response

Input Schema

NameRequiredDescriptionDefault
methodNotRPC method to test (e.g., news.getUnreadNewsCount, user.updateLastAccess)user.updateLastAccess
paramsNoJSON string of parameters (optional)

Input Schema (JSON Schema)

{ "properties": { "method": { "default": "user.updateLastAccess", "description": "tRPC method to test (e.g., news.getUnreadNewsCount, user.updateLastAccess)", "type": "string" }, "params": { "description": "JSON string of parameters (optional)", "type": "string" } }, "type": "object" }

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/minagishl/nlobby-mcp'

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