Skip to main content
Glama

N Lobby MCP Server

by minagishl
MIT License
6
3
  • Apple

get_news

Retrieve school news by category, limit, and sort order to stay updated on announcements and resources. Use 'get_news' on the N Lobby MCP Server for secure access.

Instructions

Retrieve school news

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category (optional)
limitNoMaximum number of news items to retrieve (optional, default: 10)
sortNoSort order: 'newest' (default), 'oldest', 'title-asc', 'title-desc'

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category (optional)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of news items to retrieve (optional, default: 10)", "minimum": 1, "type": "number" }, "sort": { "description": "Sort order: 'newest' (default), 'oldest', 'title-asc', 'title-desc'", "enum": [ "newest", "oldest", "title-asc", "title-desc" ], "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