Use the Speak AI MCP server tool list_meeting_events to list scheduled or
completed meeting assistant events with filtering and pagination.
What does it do?
List scheduled or completed meeting assistant events with filtering and pagination.
Parameters
list_meeting_events takes 4 parameters, all of them optional.
| Name | Type | Required | Description |
|---|---|---|---|
platformType |
string | No | Filter by platform. Allowed values: zoom, googleMeet, microsoftTeams, webex. Comma-separate for multiple. Must match these exact strings: server validates strictly. |
meetingStatus |
string | No | Filter by status (e.g. scheduled, completed, cancelled) |
page |
number | No | Page number (0-based, default: 0) |
pageSize |
number | No | Results per page (default: 20, max: 500) |
Behaviour
The Speak AI MCP server publishes these behaviour hints for list_meeting_events.
- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.
Related
- Meeting bot lists the rest of the Meeting bot category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.