list_calendar_events
Retrieve macOS Calendar events for any date range to review schedules, check availability, and manage appointments.
Instructions
List calendar events for a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.js:82-86 (registration)The list_calendar_events tool is registered here as part of a loop that registers all tools. This is a stub implementation for Glama inspection purposes - the actual implementation is in a native macOS binary.
for (const [name, desc] of TOOLS) { server.tool(name, desc, {}, async () => ({ content: [{ type: "text", text: "This is an inspection stub. Install Pilot MCP on macOS: npx -y local-mcp@latest setup" }], })); }