productivity
GoTo Webinar MCP, CLI, and Lua Integration for AI Agents
GoTo Webinar integration docs for AI agents: MCP gateway setup, GoTo Webinar CLI commands, Lua API reference, credentials, and function schemas.GoTo Webinar for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
goto-webinar.gotowebinar_list_webinars | Read read | 3 | List webinars from GoTo Webinar. Returns upcoming, in-progress, and past webinars. Use the status parameter to filter by webinar state. |
goto-webinar.gotowebinar_get_webinar | Read read | 1 | Get detailed information about a specific webinar, including schedule, registration settings, and organizer details. |
goto-webinar.gotowebinar_create_webinar | Write write | 3 | Schedule a new webinar in GoTo Webinar. Provide a subject, one or more time slots (each with startTime and endTime in ISO 8601 format), and an optional description. |
goto-webinar.gotowebinar_list_sessions | Read read | 3 | List all sessions for a specific webinar. Each session represents one occurrence of a webinar (useful for recurring webinars). |
goto-webinar.gotowebinar_get_session | Read read | 2 | Get detailed information about a specific webinar session, including attendance, duration, and participant statistics. |
goto-webinar.gotowebinar_list_panelists | Read read | 3 | List all panelists for a specific webinar. Panelists are featured speakers who have enhanced permissions during the webinar. |
goto-webinar.gotowebinar_get_current_user | Read read | 0 | Get the profile of the currently authenticated GoTo Webinar user. Useful for verifying credentials and identifying the organizer account. |