Reservation System MCP Server
by lingki1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | 设置环境变量启用调试日志,如 debug | |
| WECHAT_APP_ID | Yes | 你的微信小程序AppID | |
| WECHAT_ENV_ID | Yes | 你的微信云环境ID | |
| WECHAT_APP_SECRET | Yes | 你的微信小程序Secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_all_reservationsC | 查询所有预约记录 |
| query_reservations_by_mobileC | 根据手机号查询预约记录 |
| query_reservations_by_nameC | 根据预约人姓名查询预约记录 |
| update_reservation_time_by_mobileC | 根据手机号更改预约时间 |
| update_reservation_time_by_nameC | 根据预约人姓名修改预约时间 |
| delete_reservation_by_mobileC | 根据手机号删除预约记录 |
| delete_reservation_by_nameC | 根据预约人姓名删除预约记录 |
| create_meet_windowB | 创建新的预约窗口,包含时间段设置和用户填写资料设置 |
| query_meet_windowsC | 查询预约窗口 |
| update_meet_windowC | 更新预约窗口 |
| delete_meet_windowC | 删除预约窗口(谨慎操作) |
| query_reservationsC | 查询预约记录,支持按用户ID、状态、预约项目ID等条件筛选 |
| update_reservation_statusC | 更新预约状态(取消预约、恢复预约等) |
| delete_reservationC | 永久删除预约记录(谨慎操作) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/lingki1/mcp-reservation-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server