list_meetings
ActiveTool of FlowVolt
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
}Parent server
FlowVolt
https://github.com/Larshiensch99/flowvolt-strike-engine
1/7 registries