get_event_by_id
Retrieve a specific calendar event by its unique ID using this tool. Integrates with the MCP Calendar Server for efficient event management and tracking.
Instructions
ID로 특정 캘린더 이벤트를 조회합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"event_id": {
"title": "Event Id",
"type": "integer"
}
},
"required": [
"event_id"
],
"title": "get_event_by_idArguments",
"type": "object"
}