get_events_by_category
Retrieve events by specific category using the MCP Calendar Server. Filter and manage STUDY, WORK, REST, and ACTIVITY events for organized scheduling and stamina tracking.
Instructions
카테고리별로 이벤트를 조회합니다.
Args:
category: 카테고리 (STUDY, WORK, REST, ACTIVITY)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"title": "Category",
"type": "string"
}
},
"required": [
"category"
],
"title": "get_events_by_categoryArguments",
"type": "object"
}