get_canteen_data
Retrieve cafeteria dining attendance data, including breakfast and lunch counts, within a specified date range using the MCP Canteen Server.
Instructions
获取餐厅就餐人数数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | No | ||
period | No | ||
start_date | No |
Input Schema (JSON Schema)
{
"properties": {
"end_date": {
"default": null,
"title": "End Date",
"type": "string"
},
"period": {
"default": null,
"title": "Period",
"type": "string"
},
"start_date": {
"default": null,
"title": "Start Date",
"type": "string"
}
},
"title": "get_canteen_dataArguments",
"type": "object"
}