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_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. GoTo Webinar CLIHeadless setup and direct function calls. GoTo Webinar MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
GoTo Webinar MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for GoTo Webinar.
Claude Code GoTo Webinar MCP setup for Claude Code. Cursor GoTo Webinar MCP setup for Cursor. Codex GoTo Webinar MCP setup for Codex. OpenAI Agents GoTo Webinar MCP setup for OpenAI Agents SDK. Claude Agent SDK GoTo Webinar MCP setup for Claude Agent SDK. Vercel AI SDK GoTo Webinar MCP setup for Vercel AI SDK. LangChain GoTo Webinar MCP setup for LangChain. LangGraph GoTo Webinar MCP setup for LangGraph. CrewAI GoTo Webinar MCP setup for CrewAI. MCP clients GoTo Webinar MCP setup for Generic MCP Clients.
GoTo Webinar CLI Matrix
Use these pages for direct GoTo Webinar CLI workflows in scripts, CI, cron, and agent wrappers.
CI GoTo Webinar CLI for CI. Cron Jobs GoTo Webinar CLI for cron jobs. Shell Scripts GoTo Webinar CLI for shell scripts. Headless Automation GoTo Webinar CLI for headless automation. Coding Agents GoTo Webinar CLI for coding agents.
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. |