Canteen MCP

by c0dr
MIT License
44
  • Linux
  • Apple

get_lunch_menu

Retrieve the daily lunch menu from the canteen for a specified date using a structured API, enabling easy integration and timely access to meal information.

Instructions

Get the lunch menu from the canteen for a specific date

Input Schema

NameRequiredDescriptionDefault
dateYesThe date to get the menu for (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "The date to get the menu for (YYYY-MM-DD)", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "date" ], "type": "object" }

You must be authenticated.

Other Tools from Canteen MCP

Related Tools

ID: kec2zuh2yo