You're viewing a demo portfolio

Join the waitlist
PRSM

list_meetings

Active

Tool of FlowVolt

declared in 0.1.0

Retrieve meetings booked from FlowVolt outreach in a date range. Use for meeting counts, pipeline evidence, or "what's on the calendar" questions. Returns: { count, meetings: [{ email, company, booked_at, calendly_event_id, status }] }. status is CONFIRMED when a Calendly event id is attached, SCHEDULED otherwise.

Parameters schema

{
  "type": "object",
  "required": [
    "from_date",
    "to_date"
  ],
  "properties": {
    "to_date": {
      "type": "string",
      "description": "Window end, ISO 8601 timestamp. Example: \"2026-05-31T23:59:59Z\""
    },
    "from_date": {
      "type": "string",
      "description": "Window start, ISO 8601 timestamp. Example: \"2026-05-01T00:00:00Z\""
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FlowVolt

https://github.com/Larshiensch99/flowvolt-strike-engine

1/7 registries
View full server →
list_meetings — FlowVolt — PRSM MCP