You're viewing a demo portfolio

Join the waitlist
PRSM

calendar_list_events

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

List events from Google Calendar. Shows upcoming events by default. Can filter by date range and search query.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "query": {
      "type": "string",
      "description": "Free text search query to filter events."
    },
    "date_to": {
      "type": "string",
      "description": "End date/time to query (YYYY-MM-DD or ISO 8601 format). Defaults to 7 days from now. Alias: time_max."
    },
    "date_from": {
      "type": "string",
      "description": "Start date/time to query (YYYY-MM-DD or ISO 8601 format). Defaults to now. Alias: time_min."
    },
    "calendar_id": {
      "type": "string",
      "default": "primary",
      "description": "Calendar ID to list events from. Defaults to primary calendar."
    },
    "max_results": {
      "type": "integer",
      "default": 25,
      "description": "Maximum number of events to return."
    }
  }
}

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_list_events — io.github.saloprj/dialogbrain — PRSM MCP