timezone-toolkit
T
timezone-toolkit
/find_meeting_slots

find meeting slots

Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country i

liveverifiedunknown~5s typical
mcpprobedtimezone-toolkit
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-agishub-timezone-toolkit /find_meeting_slots for me.

Input

FieldTypeDescription
participants*arrayThe people to meet. Each participant is { timezone (IANA, required), working_hours? { star
duration*numberMeeting duration in minutes.
date_range*objectInclusive date window to search, e.g. { "start":"2026-07-13", "end":"2026-07-17" }.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-agishub-timezone-toolkit","endpoint":"/find_meeting_slots","input":{"participants":[],"duration":1,"date_range":{}}}'
cli
npx cracked-ai run -p mcp-com-agishub-timezone-toolkit -e /find_meeting_slots -i '{"participants":[],"duration":1,"date_range":{}}'
mcp
run_tool({ provider: "mcp-com-agishub-timezone-toolkit", endpoint: "/find_meeting_slots", input: {"participants":[],"duration":1,"date_range":{}} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.