You're viewing a demo portfolio

Join the waitlist
PRSM

calendar_check_availability

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Check when you have free time in Google Calendar. Shows busy periods and free slots in a given time range. Useful for finding meeting times or checking schedule conflicts.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "end_time": {
      "type": "string",
      "description": "End date/time to check availability (YYYY-MM-DD or ISO 8601). Defaults to end of start_time day, or 7 days from now."
    },
    "start_time": {
      "type": "string",
      "description": "Start date/time to check availability (YYYY-MM-DD or ISO 8601). Defaults to start of today."
    },
    "calendar_id": {
      "type": "string",
      "default": "primary",
      "description": "Calendar ID to check. Defaults to primary calendar."
    },
    "working_hours_only": {
      "type": "boolean",
      "description": "If true, only show free slots during working hours (9 AM - 6 PM). OMIT to show all free time (the default)."
    },
    "min_duration_minutes": {
      "type": "integer",
      "default": 30,
      "description": "Minimum duration in minutes for free slots. Filters out short gaps. Default: 30 minutes."
    }
  }
}

What this tool wraps· 3 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →
calendar_check_availability — io.github.saloprj/dialogbrain — PRSM MCP