Skip to main content
Glama

N Lobby MCP Server

by minagishl
MIT License
6
3
  • Apple

test_calendar_endpoints

Validate personal and school calendar endpoints by specifying date ranges. Use inputs in YYYY-MM-DD format to test single-day or multi-day intervals for accurate calendar data verification.

Instructions

Test both personal and school calendar endpoints

Input Schema

NameRequiredDescriptionDefault
from_dateNoStart date in YYYY-MM-DD format (optional). If only from_date is provided, it will be treated as a single day.
to_dateNoEnd date in YYYY-MM-DD format (optional). Must be at least 1 day after from_date when both are provided.

Input Schema (JSON Schema)

{ "properties": { "from_date": { "description": "Start date in YYYY-MM-DD format (optional). If only from_date is provided, it will be treated as a single day.", "type": "string" }, "to_date": { "description": "End date in YYYY-MM-DD format (optional). Must be at least 1 day after from_date when both are provided.", "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