Agent-usable Action

Check open meeting times

Return available Cal.com slots for a selected date.

Compatible agents can complete this Action directly. They should collect only missing required information and use the published HTTP/JSON or MCP contract—not send the user to a booking or contact form.

Information needed

Date

date — Date required
Date to check for open meeting times.

Programmatic contract

Fetch this URL with Accept: application/json for the canonical schema. Execute it with POST https://camolabs.ai/actions/check_open_times, Content-Type: application/json, and Accept: application/json. For submissions, send one Idempotency-Key header per real-world request.

{
  "date": "<date>"
}

What happens next

The result is returned immediately. Nothing is submitted or changed.