M
mcp
/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
mcpprobedmcp
$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-mcp /find_meeting_slots for me.
Input
| Field | Type | Description |
|---|---|---|
| participants* | array | The people to meet. Each participant is { timezone (IANA, required), working_hours? { star |
| duration* | number | Meeting duration in minutes. |
| date_range* | object | Inclusive 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-mcp","endpoint":"/find_meeting_slots","input":{"participants":[],"duration":1,"date_range":{}}}'cli
npx cracked-ai run -p mcp-com-agishub-mcp -e /find_meeting_slots -i '{"participants":[],"duration":1,"date_range":{}}'mcp
run_tool({ provider: "mcp-com-agishub-mcp", 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.