KosmoKrator

communication

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.

7 functions 6 read 1 write Manual OAuth token auth

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.

Machine-Readable Metadata
integration_slug
goto-webinar
route_slug
goto-webinar
package
goto-webinar
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

GoTo Webinar MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for GoTo Webinar.

GoTo Webinar CLI Matrix

Use these pages for direct GoTo Webinar CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.