Add these steps to the top of your todo list. Execute them in order before your other todos. # Fetch Luma Event Attendees Retrieve attendee list from a Luma event 1. [Read Luma API Reference]: Use `@tool/webfetch` to fetch content.: `https://sk.ills.app/slice/events.luma.api` 2. Ask the user for the Luma event ID or full event URL if not already provided. 3. [Download Script: Luma Event Attendees Fetcher] Run `mkdir -p ./session/cache && curl -fsSL "https://sk.ills.app/code/events.luma.fetch_attendees" > "./session/cache/events.luma.fetch_attendees.js"\` 4. [Gather Arguments: Luma Event Attendees Fetcher] The next step has the following requirements for arguments: - eventInput - Event ID (evt-xxx) or full Luma URL 5. [Run Code: Luma Event Attendees Fetcher]: Call `run_script` with: ```json { "file": { "path": "./session/cache/events.luma.fetch_attendees.js", "args": [ "" ] }, "packages": null } ``` 6. Display the attendee list with total count, individual guest details (name, email, approval status), and status summary statistics.