Example prompt
Copy this into Claude once it is connected to Klipy:What happens
1
Claude checks the calendar
Claude calls
list_calendar_events (and get_booking_link if the call came in through a booking page) to confirm who and when.2
It pulls the account record
Claude calls
get_crm_record to read the company or contact — the core facts about who you are meeting.3
It reads the history
Claude calls
get_record_timeline to gather recent interactions and open items, so the brief reflects where the relationship actually stands.4
It reads the last meeting
If there is a recent recorded call, Claude calls
get_meeting_transcript to pull what was said last — the detail you would otherwise forget.Good to know
- Depth depends on what is in your account. The brief is only as complete as your data. A contact with no logged history and no recorded meetings produces a thin brief — the value grows as Klipy captures more of your conversations.
- The last-meeting detail needs a recording.
get_meeting_transcriptrequires a recorded meeting with a transcript. Without one, Claude still assembles the record and timeline. - Calendar events come from Klipy’s bookings.
list_calendar_eventsreads bookings Klipy stored from your connected calendar, not a live raw-calendar pull.
Related
Ask your data
Ask a direct question about the account instead of a full brief.
Meeting recaps
After the call, turn it into a recap and next steps.
Tool reference
Every tool Claude can call, grouped by scope.