get_schedule
Retrieve school schedules for a specific date using YYYY-MM-DD format. Access secure, browser-authenticated data through the N Lobby MCP Server.
Instructions
Get school schedule for a specific date (backward compatibility)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | Date in YYYY-MM-DD format (optional, defaults to today) |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "Date in YYYY-MM-DD format (optional, defaults to today)",
"type": "string"
}
},
"type": "object"
}