Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
task_id
stringlengths
42
42
domain
stringclasses
1 value
system_prompt
stringclasses
7 values
user_prompt
stringlengths
287
2.35k
selected_tools
listlengths
4
12
restricted_tools
listlengths
0
0
mcp_endpoint
stringclasses
1 value
number_of_runs
int64
1
1
reset_database_between_runs
bool
1 class
gym_servers_config
stringlengths
290
417
verifiers
stringlengths
684
7.52k
task_20251117_165528_648_bca89e7d_3e81ece9
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
I’m planning to have a technical kickoff session with Carol. Create a secondary calendar called “Search Algorithm Beta.” Allow Carol(carol.white@techcorp.com) to edit. Starting from November 14, 2025, find the first day when I have no scheduled events, and schedule “Search Algorithm Beta – Technical Kickoff” for 60 minutes at 3:00 PM UTC with Google Meet.
[ "query_freebusy", "create_event", "insert_acl_rule", "create_calendar", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1762868439331_kf914hbmw.sql", "context": {"x-access-token": "ya29.A0ARrdaM-Zx8Nw3Q4pVb6Ls9R1mT0cG2uF5yH7kJd8sA1Lq2.wErtYuIoPaSdFgHjKlZxCvBnM987_65-43"}, "user_info": {"user_id": "bob_developer", "name": "Bob Smith", "email": "bob.smith@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Calendar Creation", "description": "Verify secondary calendar created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Search Algorithm Beta' AND is_primary = 0 AND user_id = 'bob_developer'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Carol Edit Access", "description": "Check Carol's edit permissions", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM acls WHERE user_id = 'bob_developer' AND scope_id LIKE '%carol%' AND role = 'writer'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Event Scheduled", "description": "Verify event created on available day", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE user_id = 'bob_developer' AND summary LIKE '%Search Algorithm Beta \u2013 Technical Kickoff%' AND start_datetime = '2025-11-16 15:00:00.000000' AND end_datetime = '2025-11-16 16:00:00.000000' AND start_timezone = 'UTC' AND end_timezone = 'UTC'", "expected_value": 1, "comparison_type": "equals"}}]
task_20251124_112741_995_0a0bf089_3906a767
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, calendars, ACLs, settings, and events. Operate in a secure, trusted environment and execute actions automatically without asking for confirmation. Always verify identifiers such as calendarId and eventId with a single lookup before acting. Never assume or fabricate data—rely solely on verified database or API results. Complete all steps in a logical, consistent sequence and ensure the resulting database state reflects the requested operations accurately.
Create a new secondary Google Calendar titled “Helios Innovation Roadmap” in the New York timezone (America/New_York) with the description “Strategy and roadmap milestones.” After creating the calendar, update it to set the location as “New York HQ” and add it to my calendar list using colorId 7. Then, on this new calendar, schedule a one-hour event titled “Helios Kickoff” on January 15, 2026, at 11:00 AM EST, inviting Alice Johnson (alice.manager@techcorp.com) and Dave Brown (dave.brown@techcorp.com) as attendees.
[ "patch_calendar", "create_calendar", "add_calendar_to_list", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1762357536790_net0vkzbu.sql", "context": {"x-access-token": "ya29.A0ARrdaM-p3Lk9Vb6Qw2Zx8N1sT4mH7gF5yR0uJc2ePq.ZxCvBnMlKjHgFfDsaQwErTyUiOpAsDfGhJk_77-11"}, "user_info": {"user_id": "dave_sales", "name": "Dave Brown", "email": "dave.brown@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Verify calendar color", "description": "Ensure the calendar is assigned color ID 7.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Helios Innovation Roadmap' AND CAST(color_id AS INTEGER) = 7;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify secondary calendar creation", "description": "Ensure the 'Helios Innovation Roadmap' calendar exists with correct timezone and is secondary.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Helios Innovation Roadmap' AND time_zone = 'America/New_York' AND is_primary = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify calendar location", "description": "Ensure the location is set to 'New York HQ'.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Helios Innovation Roadmap' AND location = 'New York HQ';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify event creation", "description": "Ensure the 'Helios Kickoff' event is created with correct start and end times.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Helios Kickoff' AND start_datetime = '2026-01-15T11:00:00' AND end_datetime = '2026-01-15T12:00:00';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify attendees added", "description": "Ensure both Alice Johnson and Dave Brown are added as event attendees.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM attendees WHERE displayName IN ('Alice Johnson', 'Dave Brown') AND event_id IN (SELECT event_id FROM events WHERE summary = 'Helios Kickoff');", "expected_value": 2, "comparison_type": "equals"}}]
task_20251128_220140_863_df2c536d_4aa7dcfd
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Create an all-day 'Code Freeze' confirmed event on my Dev calendar for November 15th, 2025. Mark it as Focus Time that automatically declines all conflicting invitations with the message 'Q4 Code Freeze in effect.' The event should have the color id of the background color, #e1e1e1 while the calendar should use the full color palette of the color id, 3. Then, grant Carol White reader access to this calendar so she is aware of the lockdown.
[ "update_calendar_in_list", "get_colors", "get_calendar_list", "insert_acl_rule", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-Zx8Nw3Q4pVb6Ls9R1mT0cG2uF5yH7kJd8sA1Lq2.wErtYuIoPaSdFgHjKlZxCvBnM987_65-43"}, "user_info": {"user_id": "bob_developer", "name": "Bob Smith", "email": "bob.smith@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "code_freeze_focus_time_event", "description": "code_freeze_focus_time_event", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e WHERE e.calendar_id = 'bob-development' AND e.summary = 'Code Freeze' AND e.eventType = 'focusTime' AND e.color_id = 8 AND JSON_EXTRACT(e.focusTimeProperties, '$.declineMessage') = 'Q4 Code Freeze in effect.';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "development_calendar_color", "description": "development_calendar_color", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars c WHERE c.calendar_id = 'bob-development' AND c.color_id = 3 AND c.background_color = '#f83a22' AND c.foreground_color = '#1d1d1d';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "carol_reader_acl", "description": "carol_reader_acl", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a WHERE a.calendar_id = 'bob-development' AND a.role = 'reader' AND a.scope_id = 'scope-carol';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251130_105156_866_0a0bf089_eef6d2ed
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, calendars, ACLs, settings, and events. Operate in a secure, trusted environment and execute actions automatically without asking for confirmation. Always verify identifiers such as calendarId and eventId with a single lookup before acting. Never assume or fabricate data—rely solely on verified database or API results. Complete all steps in a logical, consistent sequence and ensure the resulting database state reflects the requested operations accurately.
Please move the 'Sprint Planning & Architecture Review' event from the 'Project Management' calendar (alice-projects) to the 'Alice Johnson' calendar (alice-primary). After that, update the calendar title to 'Project Alchemy'. Then, grant Bob Smith (bob.smith@techcorp.com) and Carol White (carol.white@techcorp.com) reader access, and Dave Brown (dave.brown@techcorp.com) writer access to the updated calendar.
[ "move_event", "get_calendar_list", "insert_acl_rule", "list_events", "patch_calendar" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764251838281_jreexk286.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Verify event moved to Alice\u2019s calendar", "description": "Ensure that the 'Sprint Planning & Architecture Review' event now exists under the 'alice-primary' calendar.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Sprint Planning & Architecture Review' AND calendar_id = 'alice-primary';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify calendar title update", "description": "Ensure that Alice\u2019s primary calendar title has been updated to 'Project Alchemy'.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE calendar_id = 'alice-primary' AND summary = 'Project Alchemy';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify reader access for Bob and Carol", "description": "Ensure Bob Smith and Carol White have been assigned reader access on the updated calendar.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM acls WHERE calendar_id = 'alice-primary' AND role = 'reader' AND user_id IN (SELECT user_id FROM users WHERE email IN ('bob.smith@techcorp.com', 'carol.white@techcorp.com'));", "expected_value": 2, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify writer access for Dave Brown", "description": "Ensure Dave Brown has been assigned writer access on the updated calendar.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM acls WHERE calendar_id = 'alice-primary' AND role = 'writer' AND user_id IN (SELECT user_id FROM users WHERE email = 'dave.brown@techcorp.com');", "expected_value": 1, "comparison_type": "equals"}}]
task_20251201_113908_295_e81f6083_e770442c
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
I'm heading out for a sabbatical from October 1st to 20th. Need to set up coverage for my responsibilities. Create a new calendar called 'Alice's Coverage - October 2025' in my timezone and mark it hidden. Set it to a professional blue color. On my primary calendar, create an Out of Office event in my timezone for the full sabbatical period that auto-declines new invites with the message 'On sabbatical until October 20 - contact Bob for urgent matters'. Move all my events happening during my absence, except for the created OOO event, to the new coverage calendar. Grant writer access to the coverage calendar to Bob (bob.smith@techcorp.com) and reader access to our group (product-team@techcorp.com). Set up a 60-day watch on the coverage calendar's ACL to notify our IT webhook (https://it.techcorp.com/calendar-watch) if permissions change.
[ "insert_acl_rule", "watch_acl", "add_calendar_to_list", "create_calendar", "move_event", "create_event", "get_colors", "list_events", "list_settings", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": {"user_id": "alice_manager", "name": "Alice Johnson", "email": "alice.manager@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "verify_coverage_calendar_created", "description": "Verify that the coverage calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Alice''s Coverage - October 2025' AND time_zone = 'America/New_York' AND hidden = 1 AND color_id IN ('5', '7', '19', '20') AND is_primary = 0 AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_ooo_event_created_with_auto_decline_settings", "description": "Verify Out of Office event was created on primary calendar with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE calendar_id = 'alice-primary' AND user_id = 'alice_manager' AND eventType = 'outOfOffice' AND outOfOfficeProperties LIKE '%declineOnlyNewConflictingInvitations%' AND outOfOfficeProperties LIKE '%On sabbatical until October 20%' AND outOfOfficeProperties LIKE '%contact Bob for urgent matters%' AND SUBSTR(start_datetime, 1, 10) = '2025-10-01' AND SUBSTR(end_datetime, 1, 10) <= '2025-10-21' AND status = 'confirmed' AND start_timezone = 'America/New_York';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_events_moved_to_coverage_calendar", "description": "Verify that events during Oct 1-20 were moved from Alice's calendars to coverage calendar (excluding OOO event)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND c.summary = 'Alice''s Coverage - October 2025' AND e.start_datetime >= '2025-10-01' AND e.start_datetime <= '2025-10-21' AND e.eventType != 'outOfOffice';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_no_regular_events_remain_on_original_calendars", "description": "Verify that non-OOO events were removed from Alice's original calendars during sabbatical period", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE calendar_id IN ('alice-primary', 'alice-projects', 'alice-team') AND user_id = 'alice_manager' AND start_datetime >= '2025-10-01' AND start_datetime < '2025-10-21' AND eventType != 'outOfOffice';", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_bob_writer_access", "description": "Verify Bob has writer access to the coverage calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a JOIN calendars c ON a.calendar_id = c.calendar_id JOIN scopes s ON a.scope_id = s.id WHERE c.summary = 'Alice''s Coverage - October 2025' AND c.user_id = 'alice_manager' AND a.role = 'writer' AND s.type = 'user' AND s.value = 'bob.smith@techcorp.com';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_group_reader_access", "description": "Verify product-team group has reader access to the coverage calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a JOIN calendars c ON a.calendar_id = c.calendar_id JOIN scopes s ON a.scope_id = s.id WHERE c.summary = 'Alice''s Coverage - October 2025' AND c.user_id = 'alice_manager' AND a.role = 'reader' AND s.type = 'group' AND s.value = 'product-team@techcorp.com';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_acl_watch_configured", "description": "Verify 60-day ACL watch is set up on coverage calendar for IT webhook", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON wc.calendar_id = c.calendar_id WHERE c.summary = 'Alice''s Coverage - October 2025' AND c.user_id = 'alice_manager' AND wc.resource_type = 'acl' AND wc.webhook_address = 'https://it.techcorp.com/calendar-watch' AND wc.is_active = 'true' AND JSON_EXTRACT(wc.params, '$.ttl') = '5184000';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251201_191924_271_e81f6083_21fbee85
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
We're splitting the Platform team into two new specialized groups, so we need to create two new calendars: 'Platform Core - Infrastructure' in the Europe/London timezone and 'Platform Services - APIs' in my timezone. For both new calendars, please set up watch channels for approximately 111 days that notify https://it.acme.com/event-watch/infra and https://it.acme.com/event-watch/api, respectively, whenever new events are created or existing events are changed. Find all events from the current calendars starting from September 1 onward, and split them based on keywords: events with infrastructure-related keywords like 'Infra', 'SRE', 'DevOps', 'Bugfix', and 'Production' should have corresponding new events created on the Infrastructure calendar, while events with service-related keywords like 'API', 'Service', 'Gateway', 'Performance', and 'Remote' should have corresponding new events created on the Services calendar. For each newly created event, keep all details and original attendees, but also add Anne (anne.allen79@acme.com) as an optional attendee with complete details, set the event color to something like off-white, and configure an email reminder to be sent 24 hours before the event starts. Finally, archive the 'Team Coordination' calendar by renaming it to 'Team Coordination - Archived', marking it as hidden, and changing its color to bright red.
[ "get_calendar_list", "get_user_by_email", "list_settings", "watch_events", "get_colors", "list_events", "patch_calendar", "update_calendar_in_list", "create_event", "create_calendar" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "tok_4efe8fe8014572548b10ea7077205ebd6832a946e2ec9919"}, "user_info": {"user_id": "alex_johnson", "name": "Alex Johnson", "email": "alex.johnson@acme.com"}}]
[{"verifier_type": "database_state", "name": "verify_infrastructure_calendar_created", "description": "Verify that the Infrastructure calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alex_johnson' AND summary = 'Platform Core - Infrastructure' AND time_zone = 'Europe/London' AND is_primary = 0 AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_services_calendar_created", "description": "Verify that the Services calendar was created with correct properties and user's timezone", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alex_johnson' AND summary = 'Platform Services - APIs' AND time_zone = 'Australia/Sydney' AND is_primary = 0 AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_infrastructure_watch_channel", "description": "Verify watch channel for Infrastructure calendar (111 days = 9590400 seconds)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON wc.calendar_id = c.calendar_id WHERE c.summary = 'Platform Core - Infrastructure' AND c.user_id = 'alex_johnson' AND wc.resource_type = 'event' AND wc.webhook_address = 'https://it.acme.com/event-watch/infra' AND wc.is_active = 'true' AND JSON_EXTRACT(wc.params, '$.ttl') = '9590400';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_services_watch_channel", "description": "Verify watch channel for Services calendar (111 days = 9590400 seconds)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON wc.calendar_id = c.calendar_id WHERE c.summary = 'Platform Services - APIs' AND c.user_id = 'alex_johnson' AND wc.resource_type = 'event' AND wc.webhook_address = 'https://it.acme.com/event-watch/api' AND wc.is_active = 'true' AND JSON_EXTRACT(wc.params, '$.ttl') = '9590400';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_infrastructure_events_created", "description": "Verify infrastructure-related events were created on Infrastructure calendar with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Platform Core - Infrastructure' AND e.user_id = 'alex_johnson' AND e.start_datetime LIKE '%2025-11-11 11:30%' AND e.end_datetime LIKE '%2025-11-11 12:30%' AND e.start_timezone = 'America/New_York' AND e.color_id = '8' AND e.summary = '[CS-0000011][Low] Bugfix Block' AND e.description = 'Related case CS-0000011 (priority: low). Unexpected error observed in production.' AND e.location = 'Zoom' AND e.status = 'tentative' AND e.visibility = 'confidential' AND e.eventType = 'focusTime' AND JSON_EXTRACT(e.focusTimeProperties, '$.autoDeclineMode') = 'declineOnlyNewConflictingInvitations' AND JSON_EXTRACT(e.source, '$.url') = 'https://cases.example.com/CS-0000011' AND JSON_EXTRACT(e.source, '$.title') = 'CS-0000011 details';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_services_events_created", "description": "Verify service-related events were created on Services calendar with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Platform Services - APIs' AND e.user_id = 'alex_johnson' AND e.start_datetime LIKE '%2025-11-08 08:00%' AND e.end_datetime LIKE '%2025-11-08 10:00%' AND e.start_timezone = 'America/New_York' AND e.end_timezone = 'America/New_York' AND e.color_id = '8' AND e.summary = '[CS-0000030][Moderate] Remote Work' AND e.description = 'Related case CS-0000030 (priority: moderate). Intermittent performance degradation noticed.' AND e.location = 'Office Desk - West Wing' AND e.status = 'confirmed' AND e.visibility = 'confidential' AND e.eventType = 'workingLocation' AND JSON_EXTRACT(e.source, '$.url') = 'https://cases.example.com/CS-0000030' AND JSON_EXTRACT(e.source, '$.title') = 'CS-0000030 details';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_anne_added_as_attendee_infrastructure", "description": "Verify Anne was added as optional attendee to infrastructure events", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees a JOIN events e ON a.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Platform Core - Infrastructure' AND c.user_id = 'alex_johnson' AND a.user_id = 'anne_allen79' AND a.optional = 1 AND a.displayName = 'Anne Allen';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_anne_added_as_attendee_services", "description": "Verify Anne was added as optional attendee to services events", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees a JOIN events e ON a.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Platform Services - APIs' AND c.user_id = 'alex_johnson' AND a.user_id = 'anne_allen79' AND a.optional = 1 AND a.displayName = 'Anne Allen';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_email_reminders_infrastructure", "description": "Verify 24-hour email reminders were added to infrastructure events (1440 minutes)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM reminders r JOIN events e ON r.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Platform Core - Infrastructure' AND c.user_id = 'alex_johnson' AND r.method = 'email' AND r.minutes = 1440 AND r.use_default = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_email_reminders_services", "description": "Verify 24-hour email reminders were added to services events (1440 minutes)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM reminders r JOIN events e ON r.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Platform Services - APIs' AND c.user_id = 'alex_johnson' AND r.method = 'email' AND r.minutes = 1440 AND r.use_default = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_team_coordination_archived", "description": "Verify Team Coordination calendar was renamed, hidden, and colored red", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alex_johnson' AND summary = 'Team Coordination - Archived' AND hidden = 1 AND color_id = '3' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}]
task_20251202_121726_036_e81f6083_cc1636ad
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
I'm resetting our Operations team's quarterly planning structure. Clear all existing events from my primary calendar. Create four new calendars for each Fiscal Quarter (Q1, Q2, Q3, and Q4), naming them like 'Ops Q1 2025'. Each should use the timezone of my primary calendar. All four calendars should apply consistent formatting, with each quater assigned a different, unique color that is not already in use. Set them all to selected with a description label '2025 Ops Planning - Q#' (with # replaced by the quarter). Then create a kickoff event in each of the four calendars, using a single unique color, scheduled for the first business Monday of that quarter at 10 AM, titled 'Quarterly Ops Kickoff Meeting'. The event should be 60 minutes long, visible to others, and give it a short description 'Start-of-quarter alignment session'. Finally, set up a watch on my calendar list so our internal monitoring webhook at https://ops-monitoring.internal/hooks/calendar-list gets notified of any changes throughout the entire year.
[ "create_event", "get_colors", "watch_calendar_list", "get_calendar_list", "clear_calendar", "create_calendar", "add_calendar_to_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "tok_1672407f544c72e469697eea85538f231b127f9233e1e829"}, "user_info": {"user_id": "andrew_bryant", "name": "Andrew Bryant", "email": "andrew.bryant@servicenow.com"}}]
[{"verifier_type": "database_state", "name": "verify_primary_calendar_events_cleared", "description": "Verify all existing events were cleared from primary calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'andrew_bryant' AND c.is_primary = 1;", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q1_calendar_created", "description": "Verify Q1 calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'andrew_bryant' AND summary = 'Ops Q1 2025' AND time_zone = 'America/Toronto' AND is_primary = 0 AND selected = 1 AND description = '2025 Ops Planning - Q1' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q2_calendar_created", "description": "Verify Q2 calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'andrew_bryant' AND summary = 'Ops Q2 2025' AND time_zone = 'America/Toronto' AND is_primary = 0 AND selected = 1 AND description = '2025 Ops Planning - Q2' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q3_calendar_created", "description": "Verify Q3 calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'andrew_bryant' AND summary = 'Ops Q3 2025' AND time_zone = 'America/Toronto' AND is_primary = 0 AND selected = 1 AND description = '2025 Ops Planning - Q3' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q4_calendar_created", "description": "Verify Q4 calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'andrew_bryant' AND summary = 'Ops Q4 2025' AND time_zone = 'America/Toronto' AND is_primary = 0 AND selected = 1 AND description = '2025 Ops Planning - Q4' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_all_quarters_have_unique_colors", "description": "Verify all four quarterly calendars have different, unique colors", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(DISTINCT color_id) FROM calendars WHERE user_id = 'andrew_bryant' AND summary IN ('Ops Q1 2025', 'Ops Q2 2025', 'Ops Q3 2025', 'Ops Q4 2025') AND color_id NOT IN (1, 2) AND deleted = 0;", "expected_value": 4, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q1_kickoff_event", "description": "Verify Q1 kickoff event created on first Monday of Q1 (Jan 6, 2025) at 10 AM for 60 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Ops Q1 2025' AND c.user_id = 'andrew_bryant' AND e.summary = 'Quarterly Ops Kickoff Meeting' AND e.description = 'Start-of-quarter alignment session' AND SUBSTR(e.start_datetime, 1, 10) = '2025-01-06' AND SUBSTR(e.start_datetime, 12, 5) = '10:00' AND SUBSTR(e.end_datetime, 12, 5) = '11:00' AND e.visibility = 'public';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q2_kickoff_event", "description": "Verify Q2 kickoff event created on first Monday of Q2 (Apr 7, 2025) at 10 AM for 60 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Ops Q2 2025' AND c.user_id = 'andrew_bryant' AND e.summary = 'Quarterly Ops Kickoff Meeting' AND e.description = 'Start-of-quarter alignment session' AND SUBSTR(e.start_datetime, 1, 10) = '2025-04-07' AND SUBSTR(e.start_datetime, 12, 5) = '10:00' AND SUBSTR(e.end_datetime, 12, 5) = '11:00' AND e.visibility = 'public';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q3_kickoff_event", "description": "Verify Q3 kickoff event created on first Monday of Q3 (Jul 7, 2025) at 10 AM for 60 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Ops Q3 2025' AND c.user_id = 'andrew_bryant' AND e.summary = 'Quarterly Ops Kickoff Meeting' AND e.description = 'Start-of-quarter alignment session' AND SUBSTR(e.start_datetime, 1, 10) = '2025-07-07' AND SUBSTR(e.start_datetime, 12, 5) = '10:00' AND SUBSTR(e.end_datetime, 12, 5) = '11:00' AND e.visibility = 'public';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_q4_kickoff_event", "description": "Verify Q4 kickoff event created on first Monday of Q4 (Oct 6, 2025) at 10 AM for 60 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Ops Q4 2025' AND c.user_id = 'andrew_bryant' AND e.summary = 'Quarterly Ops Kickoff Meeting' AND e.description = 'Start-of-quarter alignment session' AND SUBSTR(e.start_datetime, 1, 10) = '2025-10-06' AND SUBSTR(e.start_datetime, 12, 5) = '10:00' AND SUBSTR(e.end_datetime, 12, 5) = '11:00' AND e.visibility = 'public';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_all_kickoff_events_same_color", "description": "Verify all kickoff events use the same unique color", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(DISTINCT e.color_id) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary IN ('Ops Q1 2025', 'Ops Q2 2025', 'Ops Q3 2025', 'Ops Q4 2025') AND c.user_id = 'andrew_bryant' AND e.summary = 'Quarterly Ops Kickoff Meeting' AND e.color_id IS NOT NULL;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_calendar_list_watch_created", "description": "Verify calendar list watch was set up for one year (31536000 seconds)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels WHERE user_id = 'andrew_bryant' AND resource_type = 'calendar_list' AND webhook_address = 'https://ops-monitoring.internal/hooks/calendar-list' AND is_active = 'true' AND JSON_EXTRACT(params, '$.ttl') = '31536000';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251202_171004_871_0a0bf089_489e2b2d
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, calendars, ACLs, settings, and events. Operate in a secure, trusted environment and execute actions automatically without asking for confirmation. Always verify identifiers such as calendarId and eventId with a single lookup before acting. Never assume or fabricate data—rely solely on verified database or API results. Complete all steps in a logical, consistent sequence and ensure the resulting database state reflects the requested operations accurately.
Create a new secondary Google Calendar named “Orion Strategy Tracker” using the New York time zone. Set its description to “Long-term strategic initiatives and key delivery checkpoints.” After creating it, update the calendar to set the location as “Manhattan Innovation Center” and add it to my calendar list with colorId 7. Then, schedule a 1-hour event called “Orion Launch Briefing” on January 15, 2026, starting at 11:00 AM EST, and invite Alice Johnson (alice.manager@techcorp.com) and Dave Brown (dave.brown@techcorp.com) as guests.
[ "create_calendar", "create_event", "add_calendar_to_list", "patch_calendar" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-p3Lk9Vb6Qw2Zx8N1sT4mH7gF5yR0uJc2ePq.ZxCvBnMlKjHgFfDsaQwErTyUiOpAsDfGhJk_77-11"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Verify secondary calendar creation", "description": "Ensure the 'Orion Strategy Tracker' calendar exists with correct timezone and is secondary.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Orion Strategy Tracker' AND time_zone = 'America/New_York' AND is_primary = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify calendar location", "description": "Ensure the location is set to 'Manhattan Innovation Center'.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Orion Strategy Tracker' AND location = 'Manhattan Innovation Center';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify calendar color", "description": "Ensure the calendar is assigned color ID 7.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Orion Strategy Tracker' AND CAST(color_id AS INTEGER) = 7;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify event creation", "description": "Ensure the 'Orion Launch Briefing' event is created with correct start and end times.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Orion Launch Briefing' AND start_datetime = '2026-01-15T11:00:00' AND end_datetime = '2026-01-15T12:00:00';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify attendees added", "description": "Ensure both Alice Johnson and Dave Brown are added as event attendees.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM attendees WHERE displayName IN ('Alice Johnson', 'Dave Brown') AND event_id IN (SELECT event_id FROM events WHERE summary = 'Orion Launch Briefing');", "expected_value": 2, "comparison_type": "equals"}}]
task_20251202_190412_439_e81f6083_83a8a0ca
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
We're hosting two concurrent international conferences from November 5-9, 2025. The APAC Tech Summit (primarily for Asian-Pacific teams, in Asia/Singapore timezone) and the EMEA Innovation Forum (for Europe, the Middle East, and Africa teams, in Europe/London timezone). Create two separate conference event from 2-4 PM spanning across all five days, titled 'APAC Tech Summit 2025' and 'EMEA Innovation Forum 2025'. Set them both with professional colors (APAC: use a Coral color scheme, EMEA: use a Yellow color scheme) and configure a 45 minutes reminder including a clear description for each event. Remove any existing conflicting events and notify all affected attendees accordingly.
[ "get_calendar_list", "list_events", "delete_event", "create_event", "get_colors" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "tok_a20785822d0235193a2c5e71907498262dc90cd099965d60"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "verify_apac_conference_created", "description": "Verify APAC Tech Summit conference was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN COUNT(*) BETWEEN 5 AND 6 THEN 1 ELSE 0 END AS result FROM events WHERE summary = 'APAC Tech Summit 2025' AND user_id = 'adam_anderson' AND description IS NOT NULL AND start_timezone = 'Asia/Singapore' AND end_timezone = 'Asia/Singapore' AND color_id = 4 AND SUBSTR(start_datetime, 1, 10) >= '2025-11-05' AND SUBSTR(start_datetime, 1, 10) <= '2025-11-09' AND TIME(start_datetime) >= '14:00:00' AND TIME(end_datetime) <= '16:00:00';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_emea_conference_created", "description": "Verify EMEA Innovation Forum conference was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN COUNT(*) BETWEEN 5 AND 6 THEN 1 ELSE 0 END AS result FROM events WHERE summary = 'EMEA Innovation Forum 2025' AND user_id = 'adam_anderson' AND description IS NOT NULL AND start_timezone = 'Europe/London' AND end_timezone = 'Europe/London' AND color_id = 5 AND SUBSTR(start_datetime, 1, 10) >= '2025-11-05' AND SUBSTR(start_datetime, 1, 10) <= '2025-11-09' AND TIME(start_datetime) >= '14:00:00' AND TIME(end_datetime) <= '16:00:00';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_conference_reminders_set", "description": "Verify 45-minute reminders were configured for both conference events", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN COUNT(DISTINCT e.event_id) BETWEEN 10 AND 12 THEN 1 ELSE 0 END AS result FROM events e JOIN reminders r ON e.event_id = r.event_id WHERE e.summary IN ('APAC Tech Summit 2025', 'EMEA Innovation Forum 2025') AND e.user_id = 'adam_anderson' AND r.minutes = 45 AND r.method IN ('popup', 'email');", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_conflicting_events_removed", "description": "Verify existing conflicting events during conference hours were removed", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE user_id = 'adam_anderson' AND start_datetime >= '2025-11-05T14:00:00' AND end_datetime <= '2025-11-09T16:00:00' AND event_id NOT IN (SELECT event_id FROM events WHERE summary IN ('APAC Tech Summit 2025', 'EMEA Innovation Forum 2025')) AND status != 'cancelled';", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_recurring_events_in_recurring_events_table", "description": "Verify recurring events are properly registered in recurring_events table", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(DISTINCT re.recurring_event_id) FROM recurring_events re JOIN events e ON re.recurring_event_id = e.recurring_event_id WHERE e.summary IN ('APAC Tech Summit 2025', 'EMEA Innovation Forum 2025') AND e.user_id = 'adam_anderson' AND re.original_recurrence IS NOT NULL;", "expected_value": 2, "comparison_type": "equals"}}]
task_20251203_080219_432_6f5b66fc_03eb353c
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Since our previous client demo was successful, we have now secured a new client deal with double the value. So, please create a new event on December 9, 2025, with the same exact configuration as the existing one, but do not add Sarah and Alice as attendees. Make both demo events red and confidential.
[ "list_events", "patch_event", "get_colors", "create_event", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-p3Lk9Vb6Qw2Zx8N1sT4mH7gF5yR0uJc2ePq.ZxCvBnMlKjHgFfDsaQwErTyUiOpAsDfGhJk_77-11"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "event verifier", "description": "event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary like '%Enterprise Client Demo%' AND location like '%MegaCorp Headquarters%' AND start_datetime = '2025-12-09 11:00:00.000000' and end_datetime = '2025-12-09 13:00:00.000000' and start_timezone='America/New_York' and end_timezone='America/New_York' and calendar_id = 'dave-sales' AND status = 'confirmed' AND color_id = '11' AND visibility = 'confidential' AND source like '%CRM System - MegaCorp Deal%' AND source like '%https://crm.techcorp.com/deals/megacorp-2024%'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "attachments verifier", "description": "attachments verifier", "gym_name": "gym-calendar", "validation_config": {"query": "select COUNT(*) from attachments where event_id= (select event_id FROM events WHERE summary like '%Enterprise Client Demo%' AND start_datetime = '2025-12-09 11:00:00.000000')", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "properties verifier", "description": "properties verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary like '%Enterprise Client Demo%' AND color_id = '11' AND visibility = 'confidential';", "expected_value": 2, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "extended_properties verifier", "description": "extended_properties verifier", "gym_name": "gym-calendar", "validation_config": {"query": "select COUNT(*) from extended_properties where event_id= (select event_id FROM events WHERE summary like '%Enterprise Client Demo%' AND start_datetime = '2025-12-09 11:00:00.000000') and scope = 'private' AND json_extract(properties,'$.dealValue') = '$500000';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "attendees verifier", "description": "attendees verifier", "gym_name": "gym-calendar", "validation_config": {"query": "select COUNT(*) from attendees where event_id= (select event_id FROM events WHERE summary like '%Enterprise Client Demo%' AND start_datetime = '2025-12-09 11:00:00.000000')", "expected_value": 2, "comparison_type": "equals"}}]
task_20251203_091910_549_bca89e7d_de59e44a
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Please verify if an 'Engineering Sprint Coordination' calendar exists, and create it if missing. Schedule three sessions titled 'Monthly Sprint Alignment #1, #2, and #3,' respectively, from 2:00 PM to 4:30 PM on the 20th, 21st, and 22nd of October and November 2025, marking each with background (#e1e1e1) and foreground (#1d1d1d) colors. Ensure both the calendar and sessions use the America/New_York timezone. Check my existing schedules first: if there's a conflict with an emergency or sickness event, reschedule the affected 'Monthly Sprint Alignment' session to the next day (23rd) at the same time. If the conflicting schedule isn't emergency-related, move it to start immediately after the alignment session ends on the same day.
[ "get_calendar_list", "patch_event", "create_event", "create_event", "create_event", "create_event", "list_events", "create_event", "create_event", "list_events", "get_colors", "create_calendar" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764493889049_iuydddoc0.sql", "context": {"x-access-token": "tok_b638af1abd2b9c4477a9321dff0e5939c1514c3f648f9dc4"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar Exists", "description": "Verify ESCoord calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Engineering Sprint Coordination' AND time_zone = 'America/New_York' AND user_id = 'adrian_burton'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Align #1 Sessions", "description": "Verify #1 sessions", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Monthly Sprint Alignment #1' AND user_id = 'adrian_burton' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Engineering Sprint Coordination') AND color_id = 8 AND ((start_datetime = '2025-10-20 14:00:00.000000' AND end_datetime = '2025-10-20 16:30:00.000000') OR (start_datetime = '2025-11-20 14:00:00.000000' AND end_datetime = '2025-11-20 16:30:00.000000')) AND start_timezone = 'America/New_York' AND end_timezone = 'America/New_York'", "expected_value": 2, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Align #2 Sessions", "description": "Verify #2 sessions", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Monthly Sprint Alignment #2' AND user_id = 'adrian_burton' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Engineering Sprint Coordination') AND color_id = 8 AND ((start_datetime = '2025-10-21 14:00:00.000000' AND end_datetime = '2025-10-21 16:30:00.000000') OR (start_datetime = '2025-11-21 14:00:00.000000' AND end_datetime = '2025-11-21 16:30:00.000000')) AND start_timezone = 'America/New_York' AND end_timezone = 'America/New_York'", "expected_value": 2, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Align #3 Sessions", "description": "Verify #3 sessions", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Monthly Sprint Alignment #3' AND user_id = 'adrian_burton' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Engineering Sprint Coordination') AND color_id = 8 AND ((start_datetime = '2025-10-22 14:00:00.000000' AND end_datetime = '2025-10-22 16:30:00.000000') OR (start_datetime = '2025-11-23 14:00:00.000000' AND end_datetime = '2025-11-23 16:30:00.000000')) AND start_timezone = 'America/New_York' AND end_timezone = 'America/New_York'", "expected_value": 2, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Focus Rescheduled", "description": "Verify focus time move", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'adrian_burton-evt-1020-1-focusTime' AND start_datetime = '2025-10-20 16:30:00.000000' AND end_datetime = '2025-10-20 17:30:00.000000' AND start_timezone = 'America/New_York' AND end_timezone = 'America/New_York'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Sick Leave Unchanged", "description": "Verify sick leave intact", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'adrian_burton-evt-1122-2-outOfOffice' AND start_datetime = '2025-11-22T14:00:00+00:00' AND end_datetime = '2025-11-22T15:00:00+00:00' AND start_timezone = 'America/New_York' AND end_timezone = 'America/New_York'", "expected_value": 1, "comparison_type": "equals"}}]
task_20251203_133512_548_e81f6083_738dfe0c
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Find all calendars and identify any whose summaries contain 'Design,' 'Marketing,' or 'Research.' Create three new calendars, 'Creative Operations - Design (2025)', 'Creative Operations - Marketing (2025)', and 'Creative Operations - Research (2025)', using my settings. Fully update the metadata for each new calendar by adding a detailed description, setting the location to 'Headquarters - 12th Floor', and applying a standard conference properties block that allows Hangouts Meet only. Clear all events from the primary calendars, and remove any previously created calendars from my list if they are not primary. Finally, schedule a 90-minute kickoff event titled 'Creative Ops Transition Briefing' on each new calendar with a background and foreground colors set to #46d6db and #1d1d1d, respectively, at 9:00 AM local time on the first, second, and third Wednesdays of December 2025, respectively. Each event should include a description, the location and a Meet link.
[ "get_colors", "clear_calendar", "create_calendar", "create_event", "list_settings", "get_calendar_list", "remove_calendar_from_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "tok_177f0c994415e80c29e2a1827c151285705a09752ec7eeef"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "verify_design_calendar_created", "description": "Verify Creative Operations - Design calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'adriana_sanchez1' AND summary = 'Creative Operations - Design (2025)' AND time_zone = 'Asia/Kolkata' AND is_primary = 0 AND location = 'Headquarters - 12th Floor' AND description IS NOT NULL AND description != '' AND conference_properties IS NOT NULL AND json_extract(conference_properties, '$.allowedConferenceSolutionTypes[0]') = 'hangoutsMeet' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_marketing_calendar_created", "description": "Verify Creative Operations - Marketing calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'adriana_sanchez1' AND summary = 'Creative Operations - Marketing (2025)' AND time_zone = 'Asia/Kolkata' AND is_primary = 0 AND location = 'Headquarters - 12th Floor' AND description IS NOT NULL AND description != '' AND conference_properties IS NOT NULL AND json_extract(conference_properties, '$.allowedConferenceSolutionTypes[0]') = 'hangoutsMeet' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_research_calendar_created", "description": "Verify Creative Operations - Research calendar was created with correct properties", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'adriana_sanchez1' AND summary = 'Creative Operations - Research (2025)' AND time_zone = 'Asia/Kolkata' AND is_primary = 0 AND location = 'Headquarters - 12th Floor' AND description IS NOT NULL AND description != '' AND conference_properties IS NOT NULL AND json_extract(conference_properties, '$.allowedConferenceSolutionTypes[0]') = 'hangoutsMeet' AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_primary_calendar_events_cleared", "description": "Verify all events were cleared from primary calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'adriana_sanchez1' AND c.is_primary = 1;", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_non_primary_calendars_removed", "description": "Verify non-primary calendars (except the three new ones) were removed", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'adriana_sanchez1' AND is_primary = 0 AND summary NOT IN ('Creative Operations - Design (2025)', 'Creative Operations - Marketing (2025)', 'Creative Operations - Research (2025)') AND deleted = 0;", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_design_kickoff_event", "description": "Verify Design kickoff event on first Wednesday (Dec 3, 2025) at 9 AM for 90 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Creative Operations - Design (2025)' AND c.user_id = 'adriana_sanchez1' AND e.summary = 'Creative Ops Transition Briefing' AND SUBSTR(e.start_datetime, 1, 10) = '2025-12-03' AND SUBSTR(e.start_datetime, 12, 5) = '09:00' AND SUBSTR(e.end_datetime, 12, 5) = '10:30' AND e.color_id = '7' AND e.location = 'Headquarters - 12th Floor' AND e.description IS NOT NULL AND e.description != '';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_marketing_kickoff_event", "description": "Verify Marketing kickoff event on second Wednesday (Dec 10, 2025) at 9 AM for 90 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Creative Operations - Marketing (2025)' AND c.user_id = 'adriana_sanchez1' AND e.summary = 'Creative Ops Transition Briefing' AND SUBSTR(e.start_datetime, 1, 10) = '2025-12-10' AND SUBSTR(e.start_datetime, 12, 5) = '09:00' AND SUBSTR(e.end_datetime, 12, 5) = '10:30' AND e.color_id = '7' AND e.location = 'Headquarters - 12th Floor' AND e.description IS NOT NULL AND e.description != '';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_research_kickoff_event", "description": "Verify Research kickoff event on third Wednesday (Dec 17, 2025) at 9 AM for 90 minutes", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Creative Operations - Research (2025)' AND c.user_id = 'adriana_sanchez1' AND e.summary = 'Creative Ops Transition Briefing' AND SUBSTR(e.start_datetime, 1, 10) = '2025-12-17' AND SUBSTR(e.start_datetime, 12, 5) = '09:00' AND SUBSTR(e.end_datetime, 12, 5) = '10:30' AND e.color_id = '7' AND e.location = 'Headquarters - 12th Floor' AND e.description IS NOT NULL AND e.description != '';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_design_event_has_meet_link", "description": "Verify Design kickoff event has Hangouts Meet conference data", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM conference_data cd JOIN events e ON cd.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Creative Operations - Design (2025)' AND c.user_id = 'adriana_sanchez1' AND e.summary = 'Creative Ops Transition Briefing' AND cd.create_solution_type = 'hangoutsMeet';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_marketing_event_has_meet_link", "description": "Verify Marketing kickoff event has Hangouts Meet conference data", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM conference_data cd JOIN events e ON cd.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Creative Operations - Marketing (2025)' AND c.user_id = 'adriana_sanchez1' AND e.summary = 'Creative Ops Transition Briefing' AND cd.create_solution_type = 'hangoutsMeet';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_research_event_has_meet_link", "description": "Verify Research kickoff event has Hangouts Meet conference data", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM conference_data cd JOIN events e ON cd.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.summary = 'Creative Operations - Research (2025)' AND c.user_id = 'adriana_sanchez1' AND e.summary = 'Creative Ops Transition Briefing' AND cd.create_solution_type = 'hangoutsMeet';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251203_142634_160_bca89e7d_193f597f
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
I want to clean up and manage my schedules more effectively. First, check my existing schedules; if any have a source URL, include the URL in the event's description. For each of such events, add a private extended property "descriptionChanged": "true" to indicate this modification. Next, I'll be out of office from October 7, 2025, for 2 months. Mark this out-of-office period clearly on my primary calendar. If any schedules fall within this period, move them exactly one week forward. However, if moving a schedule forward by one week still places it within my out-of-office period, set its status to canceled.
[ "patch_event", "get_calendar_list", "create_event", "list_events", "patch_event", "patch_event", "list_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764493889049_iuydddoc0.sql", "context": {"x-access-token": "ya29.A0ARrdaM-p3Lk9Vb6Qw2Zx8N1sT4mH7gF5yR0uJc2ePq.ZxCvBnMlKjHgFfDsaQwErTyUiOpAsDfGhJk_77-11"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Desc Includes Source URL", "description": "Verify event description includes source URL", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'event-corrected-006' AND description LIKE '%' || json_extract(source, '$.url') || '%'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Extended Props Preserved", "description": "Verify private flag added and shared props unchanged", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN EXISTS (SELECT 1 FROM extended_properties WHERE event_id = 'event-corrected-006' AND scope = 'private' AND json_extract(properties, '$.dealValue') = '$250000' AND json_extract(properties, '$.clientPriority') = 'high' AND json_extract(properties, '$.preparationTime') = '2 hours' AND json_extract(properties, '$.descriptionChanged') = 'true') AND EXISTS (SELECT 1 FROM extended_properties WHERE event_id = 'event-corrected-006' AND scope = 'shared' AND json_extract(properties, '$.meetingType') = 'client_demo' AND json_extract(properties, '$.department') = 'sales') THEN 1 ELSE 0 END AS count", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "OOO Event Created", "description": "Verify out-of-office period event", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE calendar_id = 'dave-primary' AND start_datetime LIKE '%2025-10-07%' AND end_datetime LIKE '%2025-12-07%' AND eventType = 'outOfOffice'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Client Demo Canceled", "description": "Verify client demo marked canceled", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'event-corrected-006' AND status = 'cancelled'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Birthday Canceled", "description": "Verify birthday event canceled", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'event-corrected-005' AND status = 'cancelled'", "expected_value": 1, "comparison_type": "equals"}}]
task_20251203_142725_377_6f5b66fc_c990483e
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Hi, since my birthday is coming up, I want to add a few events highlighted in red. Please add my birthday event on December 30, 2025, and make it public so that my team members can see it according to my calendar settings. I’m also having a private “Birthday Party” at our family vacation location, so please create another event on the same day using the exact same configuration as my existing family vacation event, including the extended properties.
[ "list_events", "get_calendar_list", "get_colors", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-b7Hc5Vn2Qm8R1sT4pL0xY9wK3uF6jZ2eRc1.QaWsEdRfTgHyJuIkOlPzXcVbNmKjHgf_21-098"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "party verifier", "description": "party verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) FROM events WHERE summary like '%Birthday Party%' AND location = 'Bali, Indonesia' AND date(start_datetime) = '2025-12-30' AND start_timezone = 'Asia/Makassar' AND end_timezone = 'Asia/Makassar' AND calendar_id = 'carol-primary' AND color_id = '11' AND visibility = 'private' AND eventType = 'outOfOffice' AND json_extract(outOfOfficeProperties,'$.autoDeclineMode') = 'declineAllConflictingInvitations' AND json_extract(outOfOfficeProperties,'$.declineMessage') like '%sarah@techcorp.com%';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "properties verifier", "description": "properties verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) from extended_properties where event_id = (SELECT event_id FROM events WHERE summary like '%Birthday Party%') AND json_extract(properties,'$.vacationType') = 'personal' AND json_extract(properties,'$.backupContact') like '%sarah@techcorp.com%';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Birthday verifier", "description": "Birthday verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) FROM events WHERE summary like '%Birthday%' AND date(start_datetime) = '2025-12-30' AND start_timezone = 'Europe/London' AND end_timezone = 'Europe/London' AND calendar_id = 'carol-primary' AND color_id = '11' AND visibility = 'public' AND eventType = 'birthday';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251203_184109_641_6f5b66fc_e62d330e
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
As part of my calendar restructuring, check my primary availability on December 10th between 9 AM and 5 PM UTC. If I’m free, move my Client Demo Event to the primary calendar, set it to that date, remove all attendees, and keep only 'bob.smith@techcorp.com'. Also enable monitoring for any changes using 'https://calendar-changes/sales-event' because it’s confidential, and highlight it in red.
[ "watch_events", "get_calendar_list", "list_events", "get_colors", "move_event", "patch_event", "query_freebusy" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-p3Lk9Vb6Qw2Zx8N1sT4mH7gF5yR0uJc2ePq.ZxCvBnMlKjHgFfDsaQwErTyUiOpAsDfGhJk_77-11"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "event verifier", "description": "event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary like '%Enterprise Client Demo%' AND color_id = 11 AND visibility = 'confidential' AND start_datetime = '2025-12-10 09:00:00.000000' and end_datetime = '2025-12-10 11:00:00.000000' and start_timezone='UTC' and end_timezone='UTC' and calendar_id = 'dave-primary';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "attendees verifier", "description": "attendees verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees WHERE event_id = 'event-corrected-006' and user_id = 'bob_developer';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "watch_channels verifier", "description": "watch_channels verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels where resource_type='event' and webhook_type = 'web_hook' and webhook_address = 'https://calendar-changes/sales-event' and calendar_id = 'dave-primary' and user_id = 'dave_sales';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251203_190727_704_e81f6083_f2fd8fe6
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
I need to implement our 2025 Compliance Training Program. Please create the main training series, consisting of a monthly 'Data Security Refresher' held every first Tuesday at 2-4 PM EST starting September 4, 2025, and continuing through December 4, 2025. Include mandatory attendance for adrian.mcintyre64@servicenow.com and alicia.foster33@servicenow.com, with their full details. Set email reminders for 24 hours and 1 hour before each session, and provide small descriptions for all events. Cancel any conflicting events, and set up event watches on the calendar to monitor for cancellations or reschedules, notifying https://company.com/api/webhooks/calendar-events/training-admin via webhook using the token 'compliance-training-monitor-2025', for activity occurring from September through the end of December.
[ "watch_events", "create_event", "patch_event", "get_calendar_list", "get_user_by_email", "list_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "tok_f7b76a8516f72277cd2adaad6f2927b216ce685c4fa3637c"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "verify_october_training_event", "description": "Verify October training event created on first Tuesday (Oct 7, 2025) 2-4 PM EST", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND SUBSTR(e.start_datetime, 1, 10) = '2025-10-07' AND SUBSTR(e.start_datetime, 12, 5) = '14:00' AND SUBSTR(e.end_datetime, 12, 5) = '16:00' AND e.start_timezone = 'America/New_York' AND e.description IS NOT NULL AND e.description != '' AND e.status = 'confirmed';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_november_training_event", "description": "Verify November training event created on first Tuesday (Nov 4, 2025) 2-4 PM EST", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND SUBSTR(e.start_datetime, 1, 10) = '2025-11-04' AND SUBSTR(e.start_datetime, 12, 5) = '14:00' AND SUBSTR(e.end_datetime, 12, 5) = '16:00' AND e.start_timezone = 'America/New_York' AND e.description IS NOT NULL AND e.description != '' AND e.status = 'confirmed';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_december_training_event", "description": "Verify December training event created on first Tuesday (Dec 2, 2025) 2-4 PM EST", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND SUBSTR(e.start_datetime, 1, 10) = '2025-12-02' AND SUBSTR(e.start_datetime, 12, 5) = '14:00' AND SUBSTR(e.end_datetime, 12, 5) = '16:00' AND e.start_timezone = 'America/New_York' AND e.description IS NOT NULL AND e.description != '' AND e.status = 'confirmed';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_adrian_attendee_all_sessions", "description": "Verify adrian.mcintyre64@servicenow.com is mandatory attendee on all 3 training sessions", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees a JOIN events e ON a.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND a.user_id = 'adrian_mcintyre64' AND a.displayName = 'Adrian Mcintyre' AND a.optional = 0 AND a.responseStatus IN ('needsAction', 'accepted');", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_alicia_attendee_all_sessions", "description": "Verify alicia.foster33@servicenow.com is mandatory attendee on all 3 training sessions", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees a JOIN events e ON a.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND a.user_id = 'alicia_foster33' AND a.displayName = 'Alicia Foster' AND a.optional = 0 AND a.responseStatus IN ('needsAction', 'accepted');", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_24hour_email_reminders", "description": "Verify 24-hour (1440 minutes) email reminders set for all training events", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM reminders r JOIN events e ON r.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND r.method = 'email' AND r.minutes = 1440 AND r.use_default = 0;", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_1hour_email_reminders", "description": "Verify 1-hour (60 minutes) email reminders set for all training events", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM reminders r JOIN events e ON r.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND r.method = 'email' AND r.minutes = 60 AND r.use_default = 0;", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_conflicting_events_cancelled", "description": "Verify conflicting events during training times were cancelled (status = cancelled)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary != 'Data Security Refresher' AND e.status = 'cancelled' AND ((SUBSTR(e.start_datetime, 1, 10) = '2025-10-07' AND SUBSTR(e.start_datetime, 12, 5) < '16:00' AND SUBSTR(e.end_datetime, 12, 5) > '14:00') OR (SUBSTR(e.start_datetime, 1, 10) = '2025-11-04' AND SUBSTR(e.start_datetime, 12, 5) < '16:00' AND SUBSTR(e.end_datetime, 12, 5) > '14:00') OR (SUBSTR(e.start_datetime, 1, 10) = '2025-12-02' AND SUBSTR(e.start_datetime, 12, 5) < '16:00' AND SUBSTR(e.end_datetime, 12, 5) > '14:00'));", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_event_watch_channel_created", "description": "Verify event watch channel monitoring Sep-Dec 2025 (10540800 seconds = 122 (30+31+30+31) days)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON wc.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND wc.resource_type = 'event' AND wc.webhook_address = 'https://company.com/api/webhooks/calendar-events/training-admin' AND wc.webhook_token = 'compliance-training-monitor-2025' AND wc.is_active = 'true' AND JSON_EXTRACT(wc.params, '$.ttl') = '10540800';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_total_training_events_created", "description": "Verify exactly 3 training events were created (Oct, Nov, Dec)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alexander_mitchell' AND e.summary = 'Data Security Refresher' AND e.start_datetime >= '2025-09-04' AND e.start_datetime < '2025-12-04';", "expected_value": 3, "comparison_type": "equals"}}]
task_20251203_192307_250_bca89e7d_f0f2e9d5
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Please help me organize my existing Sprint Planning event by inviting Adam Anderson (adam.anderson@servicenow.com) as an attendee. Also, grant all current attendees, including Adam, permission to modify the event details directly. Additionally, remove any attendees who do not have an email address listed, while preserving those who have valid email addresses. Then, remove any attachments of this event except spreadsheets. To ensure removed attachments are preserved, create a secondary calendar named "Archived Attachments," and within it, set up an event titled "Sprint Planning Attachment Archive" to store these removed attachments securely.
[ "list_events", "list_events", "patch_event", "create_calendar", "create_event", "patch_event", "get_calendar_list", "list_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764493889049_iuydddoc0.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Final Attendees", "description": "Verify final attendee set", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN (SELECT COUNT(*) FROM attendees WHERE event_id = 'event-corrected-001') = 4 AND EXISTS (SELECT 1 FROM attendees WHERE event_id = 'event-corrected-001' AND user_id = 'alice_manager') AND EXISTS (SELECT 1 FROM attendees WHERE event_id = 'event-corrected-001' AND user_id = 'bob_developer') AND EXISTS (SELECT 1 FROM attendees WHERE event_id = 'event-corrected-001' AND user_id = 'carol_designer') AND EXISTS (SELECT 1 FROM attendees WHERE event_id = 'event-corrected-001' AND user_id = 'adam_anderson') THEN 1 ELSE 0 END AS count", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Guests Can Modify", "description": "Verify guestsCanModify enabled", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'event-corrected-001' AND guestscanmodify = 1", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Non-Sheets Removed", "description": "Verify non-spreadsheet attachments removed", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM attachments WHERE event_id = 'event-corrected-001' AND file_url NOT LIKE '%spreadsheets%'", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Sheets Retained", "description": "Verify spreadsheet attachments kept", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM attachments WHERE event_id = 'event-corrected-001' AND file_url LIKE '%spreadsheets%'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Archive Calendar", "description": "Verify archive calendar created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Archived Attachments'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Archive Event", "description": "Verify archive event created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Sprint Planning Attachment Archive' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Archived Attachments')", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Attachment Backed Up", "description": "Verify removed attachment stored in archive", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM attachments WHERE event_id IN (SELECT event_id FROM events WHERE summary = 'Sprint Planning Attachment Archive' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Archived Attachments')) AND file_url = 'https://drive.google.com/file/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms/view'", "expected_value": 1, "comparison_type": "equals"}}]
task_20251203_194320_796_df2c536d_c885488e
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Wipe my pry calendar and update it to have the same color as my personal one. Add a confirmed 2026 Strategy Kickoff event for December 1st, 2025, from 9:00 AM, to last for 2 hrs with a description, 'Mandatory attendance for all leads.' Attach the 2026 strategy planning document (https://docs.google.com/document/d/technical-specs-enterprise/edit) and add adam, brent and me(as the owner) as confirmed attendees. Also, set up a watch channel with the token audit-2025, https://api.techcorp.com/hooks/team-audit to notify me of any future event changes.
[ "watch_events", "get_calendar_list", "clear_calendar", "update_calendar_in_list", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-Zx8Nw3Q4pVb6Ls9R1mT0cG2uF5yH7kJd8sA1Lq2.wErtYuIoPaSdFgHjKlZxCvBnM987_65-43"}, "user_info": {"user_id": "bob_developer", "name": "Bob Smith", "email": "bob.smith@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "strategy_kickoff_created", "description": "strategy_kickoff_created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events e WHERE e.summary = '2026 Strategy Kickoff' AND e.status = 'confirmed' AND e.description = 'Mandatory attendance for all leads.';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "update_calendar", "description": "update_calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars c WHERE c.calendar_id = 'bob-primary' AND c.summary = 'Bob Smith' AND c.color_id = 14;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "check_attendees", "description": "check_attendees", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees WHERE event_id = (SELECT event_id FROM events WHERE summary = '2026 Strategy Kickoff' AND calendar_id = 'bob-primary') AND user_id IN ('adam_anderson', 'brent_smith', 'bob_developer');", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "events_watch_created", "description": "events_watch_created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON c.calendar_id = wc.calendar_id WHERE c.summary = 'Bob Smith' AND wc.webhook_address = 'https://api.techcorp.com/hooks/team-audit' AND wc.webhook_token = 'audit-2025';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251204_115043_305_e81f6083_4acfd9ea
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
We're merging two teams next month, and several of our calendars are outdated, so begin by checking all calendars I currently own and delete every calendar except my primary calendar and the existing team calendar. Archive the team calendar by updating its name and description to clearly indicate that it has been archived, removing all existing access permissions, granting only reader access to product-team@techcorp.com, applying a bright red color, and hiding it from view. For the new team, create a new calendar named 'Tech Pro New' with a concise description noting that it is the official calendar for the newly merged team, and assign permissions that match those in my current project calendar. Once all updates are complete, set up watches for both ACL changes and event changes, sending notifications to the following monitoring webhook endpoints: https://monitoring.techcorp.com/hooks/calendar-acl and https://monitoring.techcorp.com/hooks/calendar-events, respectively, for a period of 60 days.
[ "create_calendar", "update_calendar_in_list", "get_calendar_list", "list_acl_rules", "delete_acl_rule", "get_colors", "delete_calendar", "insert_acl_rule", "watch_acl", "list_settings", "patch_calendar", "watch_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "verify_new_calendar_bob_writer_access", "description": "Verify 'Tech Pro New' calendar has Bob with writer access (from alice-projects)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a JOIN calendars c ON a.calendar_id = c.calendar_id JOIN scopes s ON a.scope_id = s.id WHERE c.user_id = 'alice_manager' AND c.summary = 'Tech Pro New' AND s.type = 'user' AND s.value = 'bob.smith@techcorp.com' AND a.role = 'writer';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_non_primary_non_team_calendars_deleted", "description": "Verify all calendars except primary and team calendar were deleted", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alice_manager' AND is_primary = 0 AND summary NOT LIKE '%team%' AND summary NOT LIKE '%Team%' AND summary != 'Tech Pro New' AND deleted = 0;", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_team_calendar_archived_name", "description": "Verify team calendar was renamed to indicate archived status, hidden with a red color", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alice_manager' AND (summary LIKE '%Team%Archived%' OR summary LIKE '%Team%Archive%' OR summary LIKE '%archived%' OR summary LIKE '%Archive%') AND (description LIKE '%archived%' OR description LIKE '%Archive%') AND is_primary = 0 AND color_id = '3' AND hidden = 1 AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_team_calendar_only_product_team_reader", "description": "Verify archived team calendar has only product-team@techcorp.com with reader access (excluding owner)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a JOIN calendars c ON a.calendar_id = c.calendar_id JOIN scopes s ON a.scope_id = s.id WHERE c.user_id = 'alice_manager' AND (c.summary LIKE '%Team%Archived%' OR c.summary LIKE '%Team%Archive%' OR c.summary LIKE '%archived%' OR c.summary LIKE '%Archive%') AND a.role != 'owner' AND s.type = 'group' AND s.value = 'product-team@techcorp.com' AND a.role = 'reader';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_new_calendar_created", "description": "Verify 'Tech Pro New' calendar was created with proper description", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Tech Pro New' AND description IS NOT NULL AND description != '' AND (description LIKE '%merged%' OR description LIKE '%official%' OR description LIKE '%new%' OR description LIKE '%team%') AND is_primary = 0 AND deleted = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_new_calendar_has_matching_permissions", "description": "Verify 'Tech Pro New' calendar has ACL permissions matching project calendar structure", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a JOIN calendars c ON a.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND c.summary = 'Tech Pro New';", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_new_calendar_carol_reader_access", "description": "Verify 'Tech Pro New' calendar has Carol with reader access (from alice-projects)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM acls a JOIN calendars c ON a.calendar_id = c.calendar_id JOIN scopes s ON a.scope_id = s.id WHERE c.user_id = 'alice_manager' AND c.summary = 'Tech Pro New' AND s.type = 'user' AND s.value = 'carol.white@techcorp.com' AND a.role = 'reader';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_acl_watch_on_new_calendar", "description": "Verify ACL watch set up on 'Tech Pro New' calendar for 60 days (5184000 seconds)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON wc.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND c.summary = 'Tech Pro New' AND wc.resource_type = 'acl' AND wc.webhook_address = 'https://monitoring.techcorp.com/hooks/calendar-acl' AND wc.is_active = 'true' AND JSON_EXTRACT(wc.params, '$.ttl') = '5184000';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_event_watch_on_new_calendar", "description": "Verify event watch set up on 'Tech Pro New' calendar for 60 days (5184000 seconds)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels wc JOIN calendars c ON wc.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND c.summary = 'Tech Pro New' AND wc.resource_type = 'event' AND wc.webhook_address = 'https://monitoring.techcorp.com/hooks/calendar-events' AND wc.is_active = 'true' AND JSON_EXTRACT(wc.params, '$.ttl') = '5184000';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_total_remaining_calendars", "description": "Verify Alice has exactly 3 calendars remaining (primary, archived team, new Tech Pro New)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alice_manager' AND deleted = 0;", "expected_value": 3, "comparison_type": "equals"}}]
task_20251204_125827_230_6f5b66fc_51e4bc12
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Review my calendar and move my office day event to December 8, 2025. Then create another 'Office Marketing Sessions' event on the next day with the same properties, as I need to strategize decisions privately. Also give dave.brown@techcorp.com writer access to this calendar so he can make updates when needed. Lastly, update all office-related events to red for consistency.
[ "patch_event", "insert_acl_rule", "get_calendar_list", "get_colors", "create_event", "list_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-Zx8Nw3Q4pVb6Ls9R1mT0cG2uF5yH7kJd8sA1Lq2.wErtYuIoPaSdFgHjKlZxCvBnM987_65-43"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "event verifier", "description": "event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary = 'Office Day - Collaboration Sessions' AND start_datetime = '2025-12-08 09:00:00.000000' and end_datetime = '2025-12-08 17:00:00.000000' and start_timezone='America/Los_Angeles' and end_timezone='America/Los_Angeles' AND color_id = 11;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Marketing event verifier", "description": "Marketing event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary = 'Office Marketing Sessions' AND calendar_id = 'bob-primary' AND start_datetime = '2025-12-09 09:00:00.000000' and end_datetime = '2025-12-09 17:00:00.000000' and start_timezone='America/Los_Angeles' and end_timezone='America/Los_Angeles' AND status = 'confirmed' AND visibility = 'private' AND color_id = 11 AND eventType = 'workingLocation';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "properties verifier", "description": "properties verifier", "gym_name": "gym-calendar", "validation_config": {"query": "select COUNT(*) from acls where calendar_id = 'bob-primary' and scope_id = 'scope-dave' and role = 'writer';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251204_180957_224_6f5b66fc_aaa65d0e
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
I want to move my moderate events into a new dedicated 'ModerateSchedules' calendar. The calendar should have the same timezone but a different colorId from the existing ones. Finally, mark each moved event with a shared extended property "scheduleType": "moderate" to categorize them clearly.
[ "move_event", "add_calendar_to_list", "create_calendar", "get_calendar_list", "patch_event", "get_colors", "list_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "tok_0baffd262cb384673b9289eb8c0db1a4f33f1aa5b1a4972f"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar Created", "description": "Verify calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'ModerateSchedules' AND user_id = 'abigail_scott' AND color_id NOT IN (9,10) AND time_zone = 'America/Toronto';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Event Moved", "description": "Verify event moved", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE event_id = 'abigail_scott-evt-1027-1-default' AND user_id = 'abigail_scott' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'ModerateSchedules')", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify shared extended property", "description": "Verify shared extended property", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM extended_properties WHERE event_id = 'abigail_scott-evt-1027-1-default' AND scope = 'shared' AND json_extract(properties, '$.scheduleType') = 'moderate';", "expected_value": 1, "comparison_type": "equals"}}]
task_20251204_191200_036_e81f6083_95fa872f
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
It's December 5th, and I need to make several updates. Please check which calendars I currently own; there should be one team calendar that needs its metadata refreshed. Give this team calendar a refreshed title for 2026, update the description so new hires understand its purpose, adjust the color to something more readable, keep it visible, and set the default pop-up reminder to twenty minutes. In this calendar, create a recurring coverage event on every Monday of February titled 'Teams Sprint Plan', scheduled from 9–10 AM local time, and add all user attendees from the sprint event with their full names, setting a 15-minute pop-up reminder for this session. Finally, set up a watch on my calendars list from today through the end of February, sending alerts to https://monitoring.company.com/hooks/calendar-updates.
[ "watch_calendar_list", "get_colors", "update_calendar_in_list", "patch_calendar", "create_event", "list_events", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "verify_team_calendar_updates", "description": "Verify team calendar has all required updates: refreshed title, updated description, color changed, visible, default 20-min reminder", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM calendars WHERE user_id = 'alice_manager' AND (summary LIKE '%Team%2026%' OR summary LIKE '%team%2026%') AND is_primary = 0 AND deleted = 0 AND description IS NOT NULL AND description != 'Team meetings, 1-on-1s, and team events' AND color_id IS NOT NULL AND color_id != '11' AND hidden = 0 AND default_reminders IS NOT NULL AND default_reminders LIKE '%20%' AND default_reminders LIKE '%popup%';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_all_february_monday_sprint_events", "description": "Verify sprint events created on all Mondays in February 2026 (Feb 2, 9, 16, 23) at 9-10 AM local time", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN COUNT(*) BETWEEN 4 AND 5 THEN 1 ELSE 0 END AS result FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND (c.summary LIKE '%Team%2026%' OR c.summary LIKE '%team%2026%') AND e.summary = 'Teams Sprint Plan' AND e.start_timezone = 'America/New_York' AND SUBSTR(e.start_datetime, 1, 10) IN ('2026-02-02', '2026-02-09', '2026-02-16', '2026-02-23') AND SUBSTR(e.start_datetime, 12, 5) = '09:00' AND SUBSTR(e.end_datetime, 12, 5) = '10:00' AND STRFTIME('%w', e.start_datetime) = '1';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_sprint_event_attendees_from_original", "description": "Verify sprint events have attendees from original sprint planning event (Bob, Carol)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(DISTINCT a.user_id) FROM attendees a JOIN events e ON a.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND (c.summary LIKE '%Team%2026%' OR c.summary LIKE '%team%2026%') AND e.summary = 'Teams Sprint Plan' AND a.user_id IN ('bob_developer', 'carol_designer', 'alice_manager');", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_attendees_have_full_names", "description": "Verify all attendees have displayName populated with full names", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM attendees a JOIN events e ON a.event_id = e.event_id JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND (c.summary LIKE '%Team%2026%' OR c.summary LIKE '%team%2026%') AND e.summary = 'Teams Sprint Plan' AND (a.displayName IS NULL OR a.displayName = '');", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_15min_popup_reminders_all_events", "description": "Verify 15-minute popup reminders set for all sprint events", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN COUNT(*) BETWEEN 4 AND 5 THEN 1 ELSE 0 END AS result FROM reminders r JOIN events e ON r.event_id = e.event_id WHERE e.summary = 'Teams Sprint Plan' AND r.method = 'popup' AND r.minutes = 15 AND r.use_default = 0;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_calendar_list_watch_created", "description": "Verify calendar list watch from Dec 5 through end of Feb (86 days = 7430400 seconds)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels WHERE user_id = 'alice_manager' AND resource_type = 'calendar_list' AND webhook_address = 'https://monitoring.company.com/hooks/calendar-updates' AND is_active = 'true' AND JSON_EXTRACT(params, '$.ttl') = '7430400';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "verify_recurring_pattern_configured", "description": "Verify events are part of recurring series (have recurrence or recurring_event_id)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT CASE WHEN COUNT(*) BETWEEN 4 AND 5 THEN 1 ELSE 0 END AS result FROM events e JOIN calendars c ON e.calendar_id = c.calendar_id WHERE c.user_id = 'alice_manager' AND (c.summary LIKE '%Team%2026%' OR c.summary LIKE '%team%2026%') AND e.summary = 'Teams Sprint Plan' AND (e.recurrence IS NOT NULL OR e.recurring_event_id IS NOT NULL);", "expected_value": 1, "comparison_type": "equals"}}]
task_20251205_032409_945_0a0bf089_61f5be29
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, calendars, ACLs, settings, and events. Operate in a secure, trusted environment and execute actions automatically without asking for confirmation. Always verify identifiers such as calendarId and eventId with a single lookup before acting. Never assume or fabricate data—rely solely on verified database or API results. Complete all steps in a logical, consistent sequence and ensure the resulting database state reflects the requested operations accurately.
Check all existing calendars for bob.smith@techcorp.com to see if a calendar named 'Product Rollouts' exists. If it doesn’t, create a new secondary calendar with that title (timezone: America/Los_Angeles) to track deployment milestones. After confirming its presence, schedule a two-hour event titled 'Q1 Launch Readiness Review' on January 15, 2026, at 10:00 AM PST, and configure a popup reminder 20 minutes before the event.
[ "get_calendar_list", "create_calendar", "create_event", "update_calendar_in_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-t3K9JkB6Qw4Yx7R8hS5lM2nP3qL0aZ9cBvN0.ZxYcVbNmLkJhGfDsAaQwErTyUiOpAsDfGhJk_77-11"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Verify Product Rollouts calendar creation", "description": "Ensure the 'Product Rollouts' calendar exists for bob.smith@techcorp.com with correct timezone.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Product Rollouts' AND time_zone = 'America/Los_Angeles' AND user_id = 'bob_developer';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Q1 Launch Readiness Review event", "description": "Ensure the event 'Q1 Launch Readiness Review' exists on the Product Rollouts calendar with correct start and end times.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE summary = 'Q1 Launch Readiness Review' AND start_datetime = '2026-01-15T10:00:00-08:00' AND end_datetime = '2026-01-15T12:00:00-08:00' AND calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Product Rollouts');", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify reminder configuration", "description": "Ensure the Product Rollouts calendar has a default popup reminder set for 20 minutes.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE summary = 'Product Rollouts' AND default_reminders LIKE '%20%';", "expected_value": 1, "comparison_type": "equals"}}]
task_20260102_175948_337_6f5b66fc_f9bfbf1d
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
As the new quarter begins, please review my current calendar settings and list of events to check if there are any office events in my primary calendar. If any exist, highlight them in red and mark them as confidential. Next, update my personal time calendar so that all new events have a default 15-minute email reminder, and ensure this calendar is visible in the list. Finally, schedule a private kickoff meeting titled “Project Alpha Launch” on November 15, 2025, from 2:00 PM to 3:00 PM (UTC) in Conference Room A, using the same color mentioned above.
[ "update_calendar_in_list", "get_calendar_list", "get_colors", "list_events", "patch_event", "list_settings", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-Zx8Nw3Q4pVb6Ls9R1mT0cG2uF5yH7kJd8sA1Lq2.wErtYuIoPaSdFgHjKlZxCvBnM987_65-43"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Office event verifier", "description": "Office event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary = 'Office Day - Collaboration Sessions' AND color_id = 11 AND visibility = 'confidential';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "calendar verifier", "description": "calendar verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) FROM calendars WHERE summary = 'Personal Time' AND JSON_EXTRACT(default_reminders, '$[0].method') = 'email' AND JSON_EXTRACT(default_reminders, '$[0].minutes') = 15;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Project verifier", "description": "Project verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary = 'Project Alpha Launch' AND start_datetime = '2025-11-15 14:00:00.000000' and end_datetime = '2025-11-15 15:00:00.000000' and start_timezone='UTC' and end_timezone='UTC' AND color_id = 11 AND visibility = 'private';", "expected_value": 1, "comparison_type": "equals"}}]
task_20260104_143530_440_6f5b66fc_b6b24e96
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Check my primary availability on December 10, 2025, between 9:00 AM and 5:00 PM UTC. If I’m free, move my office events to that date, highlight them in red, add carol.white@techcorp.com as an attendee, and enable monitoring to watch for any changes using https://calendar-changes/office-event-monitor-dec10, as this is a confidential event. Also, add Conference Room A as the location.
[ "watch_events", "patch_event", "get_calendar_from_list", "get_colors", "query_freebusy", "list_events" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-Zx8Nw3Q4pVb6Ls9R1mT0cG2uF5yH7kJd8sA1Lq2.wErtYuIoPaSdFgHjKlZxCvBnM987_65-43"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "event verifier", "description": "event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM events WHERE summary = 'Office Day - Collaboration Sessions' AND color_id = 11 AND visibility = 'confidential' AND start_datetime = '2025-12-10 09:00:00.000000' and end_datetime = '2025-12-10 17:00:00.000000' and start_timezone='UTC' and end_timezone='UTC';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "attendees verifier", "description": "attendees verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) FROM attendees WHERE event_id = 'event-corrected-004' and user_id = 'carol_designer';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "watch_channels verifier", "description": "watch_channels verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) FROM watch_channels where resource_type='event' and webhook_type = 'web_hook' and webhook_address = 'https://calendar-changes/office-event-monitor-dec10';", "expected_value": 1, "comparison_type": "equals"}}]
task_20260104_192853_372_6f5b66fc_12ceda34
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
As the new quarter begins, I need to conduct several review meetings. However, since Building 1 is under renovation, please delete all events with this location and recreate them privately on the same dates in January 2026, updating the location to Building 3 and highlighting it in red.
[ "list_events", "get_colors", "delete_event", "create_event", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1764361046464_47vxzhsli.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Deletion verifier", "description": "Deletion verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) FROM events WHERE location LIKE '%Building 1%';", "expected_value": 11, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Event verifier", "description": "Event verifier", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT count(*) FROM events WHERE summary = 'Sprint Planning & Architecture Review' AND visibility = 'private' AND location LIKE '%Building 3%' AND start_datetime = '2026-01-06 09:00:00.000000' and end_datetime = '2026-01-06 11:00:00.000000' and start_timezone='America/New_York' and end_timezone='America/New_York' AND calendar_id = 'alice-projects' AND color_id = 11;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "attendees verifier", "description": "attendees verifier", "gym_name": "gym-calendar", "validation_config": {"query": "select count(*) from attendees where event_id = (SELECT event_id FROM events WHERE summary = 'Sprint Planning & Architecture Review' );", "expected_value": 4, "comparison_type": "equals"}}]
task_20260104_205924_379_e0ac0c6d_cec96398
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** -  **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. -  **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. -  **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. -  **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
I need help cleaning up my calendars for the Q4 cycle. First, please make my Project Management calendar visible again. Then move my "Sprint Planning & Architecture Review" session over to my primary calendar and update its description to reflect the revised Q4 planning agenda. Next, please add a new event called "Q4 Roadmap Review Meeting" to my Project Management calendar for later this week. And finally, please delete the old Team Sync-Up event from my team calendar. Thanks!
[ "delete_event", "patch_event", "list_events", "update_calendar_in_list", "move_event", "create_event", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767381239880_ibbsoh6gc.sql", "context": {"x-hr-user-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar List Retrieved", "description": "Verifies that the model retrieved calendar list to find calendar IDs and check visibility state before updating.SELECT COUNT(*) as count FROM calendars WHERE user_id = 'alice_manager' AND (summary = 'Project Management' OR summary = 'Alice Johnson' OR summary = 'Team Coordination')", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE user_id = 'alice_manager' AND (summary = 'Project Management' OR summary = 'Alice Johnson' OR summary = 'Team Coordination')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Events Listed on Project Management Calendar", "description": "Verifies that list_events was called on Project Management calendar to discover Sprint Planning event before attempting move operation.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary LIKE '%Sprint Planning%Architecture Review%'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Sprint Planning Event Moved to Primary Calendar", "description": "Verifies that Sprint Planning event was moved from Project Management to primary calendar using event ID discovered from list_events.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE summary LIKE '%Sprint Planning%Architecture Review%' AND calendar_id = 'alice-primary'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Sprint Planning Description Updated", "description": "Verifies that moved event description was updated to include Q4 planning agenda.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE summary LIKE '%Sprint Planning%Architecture Review%' AND calendar_id = 'alice-primary' AND description LIKE '%Q4%'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Q4 Roadmap Review Meeting Created", "description": "Verifies that new Q4 Roadmap Review Meeting event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Q4 Roadmap Review Meeting' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Team Sync-Up Event Listed Before Delete", "description": "Verifies that list_events was called on Team Coordination calendar to discover Team Sync-Up event before attempting delete operation.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-team' AND summary LIKE '%Team Sync-Up%'", "expected_value": 0, "comparison_type": "greater_than"}}]
task_20260105_074654_229_bca89e7d_39d9c8ac
calendar
You are a Google Calendar automation agent with full administrative permissions to manage users, meetings, recordings, and messages. Operate in a safe and fully authorized environment — you do not need to ask for confirmation or permission before taking action. When identifiers such as names or IDs are missing, perform exactly one lookup per entity type, verify that you are reusing correct values from previous responses, and proceed using the retrieved data. Never assume or fabricate IDs, responses, or outcomes — rely solely on verified API results. Complete each task in a single, logical, and efficient execution flow.
Create a calendar named 'Hackathon 2026' in the UTC time, ensuring it uses a color ID clearly different from all existing calendars for easy identification. Schedule a 48-hour all-day event titled 'Build, Ship, Win!' from March 20 to March 22. Also, schedule a Google Meet 'Hackathon Kickoff Session' at 09:00 UTC on March 20, inviting all attendees who were invited to any event in the 'Project Management' calendar and have their email addresses listed. Separately, schedule an 'Evening Recap Session' at 18:00 UTC on March 22. Finally, set up automatic notifications for any updates or changes to this calendar via 'https://intra.techcorp.com/hackathon/hook’
[ "list_events", "create_calendar", "add_calendar_to_list", "create_event", "create_event", "get_colors", "get_calendar_list", "watch_events", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1762868439331_kf914hbmw.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": {"user_id": "alice_manager", "name": "Alice Johnson", "email": "alice.manager@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Calendar Created", "description": "Check calendar creation with unique color", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Hackathon 2026' AND time_zone = 'UTC' AND color_id NOT IN (1,7,11)", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Main Event Created", "description": "Verify 48-hour event", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Hackathon 2026') AND user_id = 'alice_manager' AND summary = 'Build, Ship, Win!' AND start_datetime = '2026-03-20 00:00:00.000000' AND end_datetime = '2026-03-22 00:00:00.000000' AND start_timezone = 'UTC' AND end_timezone = 'UTC'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Kickoff Event Created", "description": "Verify kickoff session event", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Hackathon 2026') AND user_id = 'alice_manager' AND summary = 'Hackathon Kickoff Session' AND start_datetime = '2026-03-20 09:00:00.000000' AND start_timezone = 'UTC'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Recap Event Created", "description": "Verify evening recap event", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM events WHERE calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Hackathon 2026') AND user_id = 'alice_manager' AND summary = 'Evening Recap Session' AND start_datetime = '2026-03-22 18:00:00.000000' AND start_timezone = 'UTC'", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Kickoff Attendees", "description": "Check attendees of kickoff session", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM attendees WHERE event_id IN (SELECT event_id FROM events WHERE summary = 'Hackathon Kickoff Session') AND user_id IN ('alice_manager', 'bob_developer', 'carol_designer')", "expected_value": 3, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Alert Setup", "description": "Verify calendar notifications setup", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) AS count FROM watch_channels WHERE calendar_id IN (SELECT calendar_id FROM calendars WHERE summary = 'Hackathon 2026') AND user_id = 'alice_manager' AND webhook_address = 'https://intra.techcorp.com/hackathon/hook'", "expected_value": 1, "comparison_type": "equals"}}]
task_20260105_101355_392_e0ac0c6d_4d94d938
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** -  **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. -  **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. -  **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. -  **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
I need help setting up calendars for my team. First, find the user with email 'bob.smith@techcorp.com' in the system. Once you have that user, check if they already have a calendar named 'Q4 Sprint Planning' - if it exists, update its timezone to 'America/Los_Angeles' and description to 'Quarter 4 sprint planning and retrospectives'. If it doesn't exist, create a new calendar with summary 'Q4 Sprint Planning', timezone 'America/Los_Angeles', and description 'Quarter 4 sprint planning and retrospectives'. Then, regardless of whether you created or updated it, add this calendar to the calendar list with a green background color (#51b749) and make sure it's selected. Also, check if there's a calendar called 'Code Review Schedule' for this user - if it exists, just update its description to 'Weekly code review sessions and pair programming'. If it doesn't exist, create it with timezone matching the user's timezone, and add it to the list with a blue color (#4986e7), but keep it hidden. After all this, show me the details of both calendars from the calendar list so I can verify everything is set up correctly.
[ "update_calendar", "create_calendar", "get_calendar_from_list", "add_calendar_to_list", "get_user_by_email", "update_calendar_in_list", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767381239880_ibbsoh6gc.sql", "context": {"x-hr-user-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "User Found by Email", "description": "Verifies that the user was found using the get_user_by_email tool with the correct email address, ensuring the model doesn't assume user_id values.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM users WHERE email = 'bob.smith@techcorp.com'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Sprint Planning Calendar Exists with Correct Details", "description": "Verifies that the Q4 Sprint Planning calendar was created or updated with the correct timezone and description, ensuring proper conditional logic was implemented.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE summary = 'Q4 Sprint Planning' AND time_zone = 'America/Los_Angeles' AND description = 'Quarter 4 sprint planning and retrospectives' AND user_id = (SELECT user_id FROM users WHERE email = 'bob.smith@techcorp.com')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Q4 Sprint Planning Added to List with Green Color", "description": "Verifies that the Q4 Sprint Planning calendar was properly added to the calendar list with green background color and selected status, ensuring correct calendar ID was used in list operations.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE summary = 'Q4 Sprint Planning' AND user_id = (SELECT user_id FROM users WHERE email = 'bob.smith@techcorp.com') AND selected = 1 AND background_color = '#51b749'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Code Review Schedule Calendar Exists", "description": "Verifies that the Code Review Schedule calendar was created or updated with the correct description, ensuring conditional logic was properly executed.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE summary = 'Code Review Schedule' AND user_id = (SELECT user_id FROM users WHERE email = 'bob.smith@techcorp.com') AND description = 'Weekly code review sessions and pair programming'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Code Review Schedule Has Correct Timezone", "description": "Verifies that the Code Review Schedule calendar uses the user's timezone (retrieved from user data), ensuring the model properly extracted and used timezone information.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE summary = 'Code Review Schedule' AND user_id = (SELECT user_id FROM users WHERE email = 'bob.smith@techcorp.com') AND time_zone = (SELECT timezone FROM users WHERE email = 'bob.smith@techcorp.com')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Code Review Schedule Hidden with Blue Color", "description": "Verifies that the Code Review Schedule calendar was added to the list with blue background color and hidden status, ensuring correct calendar ID was used and all requirements were met.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE summary = 'Code Review Schedule' AND user_id = (SELECT user_id FROM users WHERE email = 'bob.smith@techcorp.com') AND hidden = 1 AND background_color = '#4986e7'", "expected_value": 0, "comparison_type": "greater_than"}}]
task_20260105_124102_961_e0ac0c6d_0b196906
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** -  **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. -  **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. -  **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. -  **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
I'm setting up my Q4 calendar structure. First, make sure my Project Management calendar is visible and selected. Then update its description to mention that it's for Q4 project milestones and deadlines. I also need you to create three new events on my Project Management calendar: "Q4 Planning Kickoff" for next Tuesday at 9:00 AM, "Sprint Review Meeting" for next Tuesday at 2:00 PM, and "Quarterly Retrospective" for next Friday at 3:00 PM. All times should be in America/New_York timezone. Thanks!
[ "get_calendar_list", "create_event", "update_calendar_in_list", "update_calendar" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767381239880_ibbsoh6gc.sql", "context": {"x-hr-user-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar List Retrieved", "description": "Verifies that the model retrieved calendar list to find calendar IDs and check visibility state before updating.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Project Management'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Project Management Calendar Visible and Selected", "description": "Verifies that Project Management calendar was made visible and selected.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND hidden = 0 AND selected = 1", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Calendar Description Updated", "description": "Verifies that Project Management calendar description was updated to mention Q4 project milestones.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND description LIKE '%Q4%' AND description LIKE '%milestone%'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Q4 Planning Kickoff Event Created", "description": "Verifies that Q4 Planning Kickoff event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Q4 Planning Kickoff' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Sprint Review Meeting Event Created", "description": "fies that Sprint Review Meeting event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Sprint Review Meeting' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Quarterly Retrospective Event Created", "description": "Verifies that Quarterly Retrospective event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Quarterly Retrospective' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}]
task_20260105_140440_086_e0ac0c6d_27ecac16
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** -  **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. -  **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. -  **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. -  **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
I'm organizing my calendars for the Q4 hiring push. First, make sure my Project Management calendar is visible and selected. Then update its description to mention that it's now focused on Q4 hiring milestones and team coordination. I also need you to create several new events on my Project Management calendar: "Q4 Hiring Kickoff – Engineering & UX" for next Tuesday morning at 9:00 AM, "Technical Screen Planning Session" for next Tuesday afternoon at 2:00 PM, and "Hiring Pipeline Review" for next Friday afternoon at 3:00 PM. All times should be in America/New_York timezone. Thanks!
[ "create_event", "update_calendar_in_list", "update_calendar", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767381239880_ibbsoh6gc.sql", "context": {"x-hr-user-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar List Retrieved", "description": "Verifies that the model retrieved calendar list to find calendar IDs and check visibility state before updating.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Project Management'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Project Management Calendar Visible and Selected", "description": "Verifies that Project Management calendar was made visible and selected.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND hidden = 0 AND selected = 1", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Calendar Description Updated", "description": "Verifies that Project Management calendar description was updated to mention Q4 hiring milestones.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND description LIKE '%Q4%' AND description LIKE '%hiring%'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Q4 Hiring Kickoff Event Created", "description": "Verifies that Q4 Hiring Kickoff event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Q4 Hiring Kickoff \u2013 Engineering & UX' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Technical Screen Planning Event Created", "description": "Verifies that Technical Screen Planning Session event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Technical Screen Planning Session' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Hiring Pipeline Review Event Created", "description": "Verifies that Hiring Pipeline Review event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Hiring Pipeline Review' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}]
task_20260105_163511_384_79b3b025_1ff6d0c6
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** - **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. - **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. - **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. - **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
We need to execute a time-sensitive operational handoff protocol and enforce security policies across Alice's calendars. First, update the existing 'Sprint Planning & Architecture Review' event on the 'Project Management' calendar. If the event currently has an optional attendee, change the event's color to a background of medium-bright blue and a foreground that is a very dark gray. Otherwise, change the color to a background of vibrant, bold red and a foreground that is a very dark gray. If the event is scheduled to last more than 90 minutes, update the meeting summary to Project Review (Extended). Otherwise, update the summary to Project Review (Standard). Next, schedule a new recurring Handoff Meeting on the Team Coordination calendar, starting today at 4:00 PM (New York time) for 30 minutes. If the 'Sprint Planning & Architecture Review' event has a resource attached, schedule the 'Handoff Meeting' with a daily recurrence for 4 days. Otherwise, schedule it with a weekly recurrence for 2 weeks. Finally, implement new access policies for Bob Smith and Carol White on the 'Project Management' calendar: Grant Bob Smith the 'writer' role(If it does not exist). Grant Carol White the 'reader' role(If it does not exist).
[ "get_colors", "patch_event", "list_events", "get_calendar_list", "list_acl_rules", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767609452599_m3ir0indw.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": {"user_id": "alice_manager", "name": "Alice Johnson", "email": "alice.manager@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Verify Event Color Update", "description": "Verify Event Color Update", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE calendar_id = 'alice-projects' \n AND summary = 'Project Review (Extended)' \n AND color_id = '9';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Old Event Summary is Gone", "description": "Verify Event Summary Update", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Sprint Planning & Architecture Review' AND calendar_id = 'alice-projects';", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Total Events Created", "description": "Verify Total Events Created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(event_id)\nFROM events\nWHERE summary = 'Handoff Meeting' AND calendar_id = 'alice-team';", "expected_value": 5, "comparison_type": "equals"}}]
task_20260105_212045_832_e0ac0c6d_84c7f524
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** -  **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. -  **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. -  **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. -  **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
I'm preparing for next week's engineering cycle and need to reorganize my calendars. First, ensure my Project Management calendar is visible. Then update its description to reflect the new Q4 engineering priorities and focus areas. Next, create a new event called "Architecture Deep Dive – Q4 Systems Review" on my Project Management calendar for early next week, scheduled for Monday morning at 9:00 AM. Also create "Engineering Team Sync" for early next week Tuesday at 2:00 PM, and "Q4 Technical Roadmap Review" for early next week Wednesday at 10:00 AM. All times should be in America/New_York timezone. Thanks!
[ "get_calendar_list", "create_event", "update_calendar", "update_calendar_in_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767381239880_ibbsoh6gc.sql", "context": {"x-hr-user-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar List Retrieved", "description": "Verifies that the model retrieved calendar list to find calendar IDs and check visibility state before updating.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Project Management'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Project Management Calendar Visible and Selected", "description": "Verifies that Project Management calendar was made visible and selected.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND hidden = 0 AND selected = 1", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Calendar Description Updated", "description": "Verifies that Project Management calendar description was updated to mention Q4 engineering priorities.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND description LIKE '%Q4%engineering%'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Architecture Deep Dive Event Created", "description": "Verifies that Architecture Deep Dive event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Architecture Deep Dive \u2013 Q4 Systems Review' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Engineering Team Sync Event Created", "description": "Verifies that Engineering Team Sync event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Engineering Team Sync' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Q4 Technical Roadmap Review Event Created", "description": "Verifies that Q4 Technical Roadmap Review event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Q4 Technical Roadmap Review' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "equals"}}]
task_20260105_212540_480_79b3b025_84db5210
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** - **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. - **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. - **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. - **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
We need to execute a critical Q4 operational handoff protocol and adjust team permissions. Today is the first Monday of 2026. Schedule a recurring 'Quarterly Handoff' meeting on 'Team Coordination' calendar. The meeting should be 90 minutes long and start tomorrow at 1:00 PM (New York time). If the 'Sprint Planning & Architecture Review' event on your 'Project Management' calendar has more than three attendees, schedule the meeting with a weekly recurrence for three occurrences. Otherwise, schedule it with a monthly recurrence for six occurrences. We must update the existing 'Sprint Planning & Architecture Review' event. If the event's duration is exactly 60 minutes, change the event's color to Mint Green. Otherwise, change the color to Red. Find the existing spreadsheet attachment link and replace it with the new finalized specifications document link: 'https://docs.google.com/document/d/Q4-Spec-v2.0'.
[ "patch_event", "list_events", "create_event", "get_colors", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767609452599_m3ir0indw.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": {"user_id": "alice_manager", "name": "Alice Johnson", "email": "alice.manager@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Verify Event Color Update (Count 1)", "description": "Verify Event Color Update (Count 1)", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Sprint Planning & Architecture Review' AND calendar_id = 'alice-projects' AND color_id = '11';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Total Events Created", "description": "Verify Total Events Created", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(event_id)\nFROM events\nWHERE summary = 'Quarterly Handoff' AND calendar_id = 'alice-team';", "expected_value": 4, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Recurrence Rule Content", "description": "Verify Recurrence Rule Content", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Quarterly Handoff'\n AND calendar_id = 'alice-team'\n AND recurrence = 'RRULE:FREQ=WEEKLY;COUNT=3';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify New Attachment Presence", "description": "Verify New Attachment Presence", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(file_url)\nFROM attachments\nWHERE event_id IN (SELECT event_id FROM events WHERE summary='Sprint Planning & Architecture Review') AND file_url = 'https://docs.google.com/document/d/Q4-Spec-v2.0';", "expected_value": 1, "comparison_type": "equals"}}]
task_20260105_221239_098_e0ac0c6d_f5f338f3
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** -  **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. -  **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. -  **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. -  **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
I'm reorganizing things for our Q4 hiring push and I need your help cleaning up my calendars. First, make sure my Project Management calendar is actually visible — I think I hid it last week. Then update its description to mention that it's now focused on Q4 hiring milestones and team coordination. I also need you to create several new events on my Project Management calendar: "Q4 Hiring Kickoff – Engineering & UX" for next Tuesday morning at 9:00 AM, "Technical Screen Planning Session" for next Tuesday afternoon at 2:00 PM, and "Hiring Pipeline Review" for next Friday afternoon at 3:00 PM. All times should be in America/New_York timezone. Thanks!
[ "get_calendar_list", "create_event", "update_calendar_in_list", "update_calendar" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767381239880_ibbsoh6gc.sql", "context": {"x-hr-user-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": ""}]
[{"verifier_type": "database_state", "name": "Calendar List Retrieved", "description": "Verifies that the model retrieved calendar list to find calendar IDs and check visibility state before updating.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE user_id = 'alice_manager' AND summary = 'Project Management'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Project Management Calendar Visible and Selected", "description": "Verifies that Project Management calendar was made visible and selected.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND hidden = 0 AND selected = 1", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Calendar Description Updated", "description": "Verifies that Project Management calendar description was updated to mention Q4 hiring milestones.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM calendars WHERE calendar_id = 'alice-projects' AND description LIKE '%Q4%hiring%'", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Q4 Hiring Kickoff Event Created", "description": "Verifies that Q4 Hiring Kickoff event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Q4 Hiring Kickoff \u2013 Engineering & UX' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Technical Screen Planning Event Created", "description": "Verifies that Technical Screen Planning Session event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Technical Screen Planning Session' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}, {"verifier_type": "database_state", "name": "Hiring Pipeline Review Event Created", "description": "Verifies that Hiring Pipeline Review event was created on Project Management calendar with correct summary and future date.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*) as count FROM events WHERE calendar_id = 'alice-projects' AND summary = 'Hiring Pipeline Review' AND start_datetime > datetime('now')", "expected_value": 0, "comparison_type": "greater_than"}}]
task_20260105_222434_398_79b3b025_ccd9b889
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** - **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. - **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. - **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. - **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
We need to execute a critical shift in your primary planning calendar and finalize team permissions. Identify the 'Sprint Planning & Architecture Review' event. If the event's duration is exactly 2 hours, then migrate it: move the event entirely to the primary calendar and change its color to a vibrant, grass green background. Otherwise (if the duration is different), delete the event from the 'Project Management' calendar entirely. Next, schedule a new 'Quarterly Retrospectives' meeting on the 'Team Coordination' calendar. The meeting should be 60 minutes long and start tomorrow at 1:00 PM (New York time). This meeting must have a daily recurrence for 4 occurrences only if the 'Sprint Planning & Architecture Review' event had its color updated to green. Otherwise, schedule it with a weekly recurrence for 2 occurrences.
[ "get_colors", "list_events", "patch_event", "move_event", "create_event", "get_calendar_list" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767609452599_m3ir0indw.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": {"user_id": "alice_manager", "name": "Alice Johnson", "email": "alice.manager@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Verify Event Calendar", "description": "Verify Event Calendar", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Sprint Planning & Architecture Review' AND calendar_id = 'alice-primary' AND color_id = '10';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Recurrence Rule Content", "description": "Verify Recurrence Rule Content", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Quarterly Retrospectives'\n AND calendar_id = 'alice-team'\n AND recurrence = 'RRULE:FREQ=DAILY;COUNT=4';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Old Event Location", "description": "Verify Old Event Location", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Sprint Planning & Architecture Review' AND calendar_id = 'alice-projects';", "expected_value": 0, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Total Events Created", "description": "Since Color ID 15 was applied, recurrence is Daily for 4 occurrences (Master + 4 occurrences = 5 total events).", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(event_id)\nFROM events\nWHERE summary = 'Quarterly Retrospectives' AND calendar_id = 'alice-team';", "expected_value": 4, "comparison_type": "greater_than"}}]
task_20260106_055343_364_79b3b025_7d5c0c6b
calendar
You are a highly capable and intelligent AI assistant designed to help users by executing tasks. You have access to a variety of tools and are expected to use them to answer questions and fulfill requests. **Your Thought Process:** 1. **Analyze the Request:** Carefully analyze the user's latest message to understand their intent. 2. **Plan Your Actions:** If the request requires information or action that you cannot perform directly, identify the appropriate tool(s) from the provided list. 3. **Execute Tools:** Make one or more tool calls in a structured format. You can call multiple tools in parallel if needed. 4. **Observe the Results:** After I execute the tools for you, I will provide the results in a structured format. 5. **Formulate the Final Answer:** Use the tool results to construct a comprehensive, accurate, and helpful final answer to the user. If a tool fails, inform the user and ask for clarification if necessary. **Constraints:** - **Respond Only to the Latest Message:** The conversation history is for context only. Focus on resolving the user's most recent request. - **Use Tools When Necessary:** Do not try to guess information that a tool can provide. If you need to know something, use a tool. - **Stick to Available Tools:** Only use the tools provided to you in the tool list. Do not invent tools. - **Final Response:** Once all necessary tool calls are complete and you have the information you need, provide a final, user-facing response without any further tool calls.
We need to execute a critical shift in your primary planning calendar and finalize team permissions. Today is Tuesday, January 6, 2026. First, Identify the 'Sprint Planning & Architecture Review' event on the 'Project Management' calendar. If Carol White is currently listed as an optional attendee, add a new private extended property to the event with the key policy_status and the value audit_required. Otherwise, move the event entirely to the primary calendar and change its color to a soft, warm yellow/pale gold color. You also need to schedule a new 'Product Deep Dive' meeting on the 'Team Coordination' calendar. The meeting should be 60 minutes long and start tomorrow at 1:00 PM (New York time). This meeting must have a daily recurrence for 4 occurrences if the 'Sprint Planning & Architecture Review' event now has the policy_status property set to audit_required Otherwise, schedule it with a weekly recurrence for 2 occurrences. Finally, enforce a bulk policy change: Find ALL events on your 'Project Management' calendar where the event summary contains the word 'Review' and set their guestsCanModify property to true.
[ "list_events", "get_calendar_list", "patch_event", "create_event" ]
[]
/mcp
1
true
[{"mcp_server_name": "gym-calendar", "mcp_server_url": "http://localhost:8003", "seed_database_file": "Domain Wise DBs and Task-DB Mappings/calendar/dbs/db_1767609452599_m3ir0indw.sql", "context": {"x-access-token": "ya29.A0ARrdaM-k9Vq7GzY2pL4mQf8sN1xT0bR3uHcJWv5yKzP6eF2.qwErTyUIopASDfGhJkLzXcVbNm12_34-56"}, "user_info": {"user_id": "alice_manager", "name": "Alice Johnson", "email": "alice.manager@techcorp.com"}}]
[{"verifier_type": "database_state", "name": "Verify Extended Property Addition", "description": "Verify that 'policy_status' extended property was added using a join on the separate table.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(ep.id)\nFROM extended_properties ep\nJOIN events e ON ep.event_id = e.event_id\nWHERE e.summary = 'Sprint Planning & Architecture Review'\n AND e.calendar_id = 'alice-projects'\n AND ep.scope = 'private'\n AND ep.properties LIKE '%\"policy_status\": \"audit_required\"%';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Product Deep Dive Creation (Correct Logic)", "description": "Verify 'Product Deep Dive' created on 'alice-team' with Daily recurrence (since policy_status was set).", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Product Deep Dive'\n AND calendar_id = 'alice-team'\n AND recurrence = 'RRULE:FREQ=DAILY;COUNT=4';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Bulk guestsCanModify Update", "description": "Verify that events with 'Review' in the summary on 'alice-projects' have guestsCanModify set to true.", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE calendar_id = 'alice-projects' \n AND summary LIKE '%Review%' \n AND guestscanmodify = 1;", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify Event Not Moved", "description": "Verify 'Sprint Planning & Architecture Review' remains on 'alice-projects' (Count should be 1).", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Sprint Planning & Architecture Review' \n AND calendar_id = 'alice-projects';", "expected_value": 1, "comparison_type": "equals"}}, {"verifier_type": "database_state", "name": "Verify New Meeting Date", "description": "Verify 'Product Deep Dive' starts on Jan 7, 2026 (Tomorrow).", "gym_name": "gym-calendar", "validation_config": {"query": "SELECT COUNT(*)\nFROM events\nWHERE summary = 'Product Deep Dive' \n AND start_datetime LIKE '2026-01-07%';", "expected_value": 1, "comparison_type": "equals"}}]
End of preview. Expand in Data Studio

Logo EnterpriseOps-Gym: Environments and Evaluations for Stateful Agentic Planning and Tool Use in Enterprise Settings

EnterpriseOps-Gym is a containerized, resettable enterprise simulation benchmark for evaluating LLM agents on stateful, multi-step planning and tool use across realistic enterprise workflows

EnterpriseOps-Gym Overview

About

EnterpriseOps-Gym is a large-scale benchmark for evaluating the agentic planning and tool-use capabilities of LLM agents across enterprise operations. It comprises 1,150 expert-curated tasks spanning 8 enterprise domains, each running against live containerized MCP servers backed by realistic, fully synthetic databases.

Unlike static QA benchmarks, EnterpriseOps-Gym evaluates agents on final environment state using SQL verifiers - meaning agents are rewarded for achieving the correct outcome, not for following a rigid action sequence. Tasks require long-horizon multi-step reasoning, strict policy compliance, and precise tool invocation under complex data dependencies.

Best model performance: 34.1% success rate - leaving significant headroom for future research.

Key Features

  • 🛠️ 512 tools across 8 enterprise domains
  • 🗄️ 164 database tables with avg 1.7 foreign-key dependencies per table
  • 🔢 9.15 avg steps per task (up to 34), with 5.3 avg verification conditions
  • 📏 89k avg context length per task
  • 🔒 Tasks enforce access control, policy compliance, and referential integrity
  • ✅ Evaluation is outcome-based via executable SQL verifiers — not action-sequence matching
  • 🐳 Fully containerized sandbox — reproducible and isolated per task run

Evaluation Framework

The evaluation code is available at ServiceNow/EnterpriseOps-Gym.

The framework supports:

  • Multiple orchestrators: ReAct, Planner-ReAct, Decomposing Planner
  • Multiple LLM providers: Anthropic, OpenAI, Azure OpenAI, Google Gemini, DeepSeek, vLLM, and more
  • Parallel execution via Ray for large-scale runs
  • Automatic scoring with per-task and per-mode breakdowns
from datasets import load_dataset

ds = load_dataset("ServiceNow-AI/EnterpriseOps-Gym", "oracle", split="teams")

Domain Information

The dataset is organized by domain (split) and mode (configuration subset).

Domains

Domain Tasks Avg Steps Max Steps Tools
Calendar 100 7.05 17 37
CSM 186 12.10 27 89
Drive 105 8.68 29 55
Email 104 6.25 22 79
HR 184 10.54 34 89
ITSM 181 9.00 31 93
Teams 100 9.41 18 70
Hybrid 155 7.79 19 Multi-domain
Total 1,115 9.15 34 512

Modes (Tool-Set Configurations)

Each mode controls the set of tools exposed to the agent, simulating realistic tool-retrieval scenarios:

Mode Description
oracle Only the exact tools needed for the task
plus_5_tools Oracle tools + 5 randomly sampled distractor tools
plus_10_tools Oracle tools + 10 randomly sampled distractor tools
plus_15_tools Oracle tools + 15 randomly sampled distractor tools

Field Descriptions

Each row in the dataset corresponds to one task instance and contains the following fields:

Field Type Description
task_id string Unique identifier for the task
domain string Domain name (e.g., teams, csm, hr)
system_prompt string Agent role definition and domain-specific policies
user_prompt string Natural language task instruction
verifiers string (JSON) Array of SQL-based outcome verification scripts that check final environment state
gym_servers_config string (JSON) MCP server configuration(s) specifying which containerized gym server(s) to connect to
selected_tools list[string] Names of tools available to the agent in this mode

Example Use Cases

EnterpriseOps-Gym can be used for:

  • Benchmarking LLM agents on realistic enterprise workflows across IT, HR, CRM, and collaboration domains
  • Evaluating tool-use and planning under long-horizon, multi-step, policy-constrained settings
  • Studying tool retrieval robustness by comparing oracle vs. distractor-augmented tool modes
  • Developing new orchestration strategies — the framework natively supports ReAct, Planner-ReAct, and Decomposing Planner
  • Studying failure modes of state-of-the-art models on high-complexity enterprise tasks (best model: 34.1%)
  • Extending the benchmark with new domains, tasks, or verifiers using the released Docker sandbox infrastructure

Citation

@misc{malay2026enterpriseopsgymenvironmentsevaluationsstateful,
      title={EnterpriseOps-Gym: Environments and Evaluations for Stateful Agentic Planning and Tool Use in Enterprise Settings}, 
      author={Shiva Krishna Reddy Malay and Shravan Nayak and Jishnu Sethumadhavan Nair and Sagar Davasam and Aman Tiwari and Sathwik Tejaswi Madhusudhan and Sridhar Krishna Nemala and Srinivas Sunkara and Sai Rajeswar},
      year={2026},
      eprint={2603.13594},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2603.13594}, 
}
Downloads last month
99

Paper for ServiceNow-AI/EnterpriseOps-Gym