Agent tool call grounding (especially for Cursor/GPT/Claude)
Schedule, reschedule, delete, schedule to a specific calendar, suggested schedule (light), set recurring, end recurring, add collaborator, add location, change locationRecall, summarizeRetrieve md format for editable interface
Copy
tests: - id: create_event_dogwalker user_input: "Schedule a meeting with the dog walker on Thursday April 24th at 2pm in Madison Square Park." expected_tool: convert_trace_to_ics expected_event: summary: "Meeting with dog walker" start: "2025-04-24T14:00:00" end: "2025-04-24T14:30:00" location: "Madison Square Park" uid: "dog_walker_20250424@memorysystem.ai" - id: reschedule_yoga user_input: "Move my yoga class on Thursday from 5:30pm to 7:30pm." expected_tool: sync_traces_to_google expected_event: summary: "Yoga class" start: "2025-04-24T19:30:00" end: "2025-04-24T20:30:00" uid: "yoga_class_20250424@memorysystem.ai" - id: delete_team_meeting user_input: "Cancel the all-team meeting on Wednesday at 2pm." expected_tool: delete_event_by_uid expected_event: summary: "All-team meeting" start: "2025-04-23T14:00:00" uid: "team_meeting_20250423@memorysystem.ai" - id: recurring_checkin user_input: "Add a 15-minute check-in with my research assistant every Friday at 10am." expected_tool: convert_trace_to_ics expected_event: summary: "Check-in with RA" start: "2025-04-25T10:00:00" end: "2025-04-25T10:15:00" rrule: "FREQ=WEEKLY;BYDAY=FR" uid: "ra_checkin_20250425@memorysystem.ai" - id: soft_schedule user_input: "Find 30 minutes tomorrow afternoon for a deep work session." expected_tool: suggest_open_timeslot expected_event: summary: "Deep work session" duration_minutes: 30 time_window: start: "2025-04-24T13:00:00" end: "2025-04-24T17:00:00" - id: multi_reschedule user_input: "Push the chemistry tutoring to Saturday morning and move my call with Alex to Sunday night." expected_tool: sync_traces_to_google expected_events: - summary: "Chemistry tutoring" start: "2025-04-26T09:00:00" end: "2025-04-26T10:00:00" uid: "tutoring_20250426@memorysystem.ai" - summary: "Call with Alex" start: "2025-04-27T21:00:00" end: "2025-04-27T22:00:00" uid: "call_alex_20250427@memorysystem.ai"