Webex is a Cisco-powered video conferencing and collaboration platform offering online meetings, webinars, screen sharing, and team messaging
Creates a new Webex room (space) for collaboration. The authenticated user is automatically added as a member and moderator of the room. Use this to set up dedicated spaces for team discussions, projects, or topics. Rooms can be standalone or associated with a team. Supports various configurations including locked/moderated rooms, public discoverable rooms, and announcement-only rooms.
Creates a new Webex team and automatically adds the authenticated user as a member. Teams are used to organize and group multiple rooms (spaces) under a common umbrella. Use this when you need to create a collaborative workspace for a project, department, or any group that needs multiple related discussion spaces. Note: The creator is automatically added as a team member and can manage team memberships. Use the Team Memberships API to add additional members after creation.
Tool to retrieve details for a specific team by teamId. Use when you need full metadata of a team before performing team-related operations.
Lists all teams the authenticated user belongs to. Teams are groups of people with shared rooms visible to all members. Use this when you need to find available teams, get team IDs for other operations, or discover which teams a user has access to. Results are ordered by creation date (newest first) and can be paginated using the max parameter.
Lists all webhooks registered for the authenticated user or organization. Supports optional filtering by maximum results and ownership type (creator vs org-wide).
Tool to post a message to a Webex room or person. Use when you have a target roomId or private recipient and want to send text, markdown, files, or card attachments.