Skip to main content
Glama

MCP Calendar Server

by highthon-16

complete_event

Mark an event as completed and update stamina levels using the MCP Calendar Server. Submit event ID and post-completion stamina to finalize the process.

Instructions

이벤트를 완료 상태로 변경하고 완료 후 스태미나를 설정합니다. Args: event_id: 완료할 이벤트 ID stamina_after: 완료 후 스태미나 수치

Input Schema

NameRequiredDescriptionDefault
event_idYes
stamina_afterYes

Input Schema (JSON Schema)

{ "properties": { "event_id": { "title": "Event Id", "type": "integer" }, "stamina_after": { "title": "Stamina After", "type": "integer" } }, "required": [ "event_id", "stamina_after" ], "title": "complete_eventArguments", "type": "object" }

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/highthon-16/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server