Automate Webex messaging, rooms, teams, webhooks, and people with natural language.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Webex Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/webex-automation/SKILL.md 2. Save it as ~/.claude/skills/webex-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Cisco Webex collaboration workflows -- send messages, manage rooms and teams, configure webhooks, and look up people -- all through natural language.
Toolkit docs: composio.dev/toolkits/webex
https://rube.app/mcpPost plain text, markdown, file attachments, or Adaptive Cards to any Webex room or directly to a person.
Tool: WEBEX_MESSAGING_CREATE_MESSAGE
Key parameters:
roomId -- target room ID (use WEBEX_MESSAGING_LIST_ROOMS to find it)toPersonEmail -- send a private 1:1 message instead (mutually exclusive with roomId)text -- plain text content (max 7439 bytes)markdown -- markdown-formatted content (takes precedence over text)files -- list of public URLs for file attachments (one file per message)attachments -- Adaptive Card JSON (one card per message)parentId -- reply to a specific message as a threaded responseExample prompt:
"Send a markdown message to room Y2lz... saying Deploy completed with a link to the release notes"
Browse all rooms you belong to, filtered by type, team, or sorted by activity.
Tool: WEBEX_MESSAGING_LIST_ROOMS
Key parameters:
type -- filter by direct (1:1) or groupteamId -- limit to rooms in a specific teamsortBy -- sort by id, lastactivity, or createdmax -- limit results (1-1000, default 100)Follow-up with WEBEX_MESSAGING_GET_ROOM_DETAILS to get full metadata for a specific room including title, type, lock status, creator, and timestamps.
Example prompt:
"List my 10 most recently active group rooms in Webex"
Create webhooks to receive real-time HTTP POST notifications when Webex resources change.
Tool: WEBEX_WEBHOOKS_CREATE_WEBHOOK
Key parameters:
name -- human-friendly webhook name (required)targetUrl -- URL that receives POST notifications (required)resource -- what to monitor: messages, rooms, memberships, meetings, recordings, meetingParticipants, telephony_calls, etc. (required)event -- trigger type: created, updated, deleted, started, ended, joined, left (required)filter -- scope notifications (e.g., roomId=<id> or hostEmail=<email>)secret -- optional HMAC secret for payload signature verificationownedBy -- creator for personal or org for organization-wide webhooksSupporting tools:
WEBEX_LIST_WEBHOOKS -- list all registered webhooks with optional max and ownedBy filtersWEBEX_WEBHOOKS_GET_WEBHOOK -- inspect a specific webhook by webhookIdExample prompt:
"Create a webhook called 'New Messages' that POSTs to https://my-app.com/hook whenever a message is created in room Y2lz..."
Add people to Webex teams and optionally grant moderator privileges.
Tool: WEBEX_MESSAGING_CREATE_TEAM_MEMBERSHIP
Key parameters:
teamId -- the team to add the person to (required)personEmail -- email of the person to addpersonId -- Webex person ID (alternative to email)isModerator -- set to true for moderator access (default false)Use WEBEX_LIST_TEAMS to discover available teams first.
Example prompt:
"Add [email protected] as a moderator to team Y2lz..."
Check who is in a room, verify a specific person's membership, or list memberships across teams.
Tool: WEBEX_MESSAGING_LIST_MEMBERSHIPS
Key parameters:
roomId -- list all members of a specific roompersonEmail -- check if a person is a member (requires roomId)personId -- check by Webex person ID (requires roomId)…
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Dialpad calling and collaboration tasks through Rube MCP workflows.
Automate Felt workflows and bulk actions through Rube MCP efficiently.
Automate Cabinpanda tasks through Rube MCP to speed up document workflows.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate Workday HR tasks, leave requests, and employee data with natural language.
Automate Google Meet creation, scheduling, and meeting access management.
Automate ClickMeeting meetings, registrations, and follow-up workflows through Rube MCP.
Automate Waboxapp tasks and messaging workflows through Rube MCP.