Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-calendars | 列出所有macOS日历 |
create-event | 在macOS日历中创建新事件 |
create-batch-events | 批量创建事件 |
delete-events-by-keyword | 根据关键词删除事件 |
list-today-events | 列出今天的事件 |
list-week-events | 列出指定周的事件 |
search-events | 搜索事件 |
fix-event-times | 修正错误的事件时间(从凌晨修正到正确时间) |