Webex

Webex

Webex is a Cisco-powered video conferencing and collaboration platform offering online meetings, webinars, screen sharing, and team messaging

185VIEWS
6USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app webexnpx @composio/cli add cursor --app webexnpx @composio/cli add cursor --app webexnpx @composio/cli add cursor --app webex

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Room

Tool to create a new room. use when you need to spin up a dedicated space for team collaboration or topic discussion.

Create Team

Tool to create a new team. use when you need to group rooms under a shared team.

Get Team Details

Tool to retrieve details for a specific team by teamid. use when you need full metadata of a team before performing team-related operations.

List Teams

Tool to list teams. use when you need to retrieve the teams the authenticated user is a member of.

List Webhooks

Tool to list webhooks. use after authentication to retrieve webhooks filtered by max or ownership.

Create Message

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.

Create Room

Tool to create a new room. use to create a dedicated space for collaboration after authentication.

Create Team Membership

Tool to add a person to a webex team by personid or personemail. use when granting a user access to a team; requires teamid and one of personid or personemail.

Delete Membership

Tool to delete a webex membership by its unique identifier. use when you need to remove a member from a space after confirming the membership exists. example: "delete the membership with id y2lzy29zcgfjmdcznza2njg0zdliy2yxnde4ndqyyzq5ndqzotexytk4".

Delete Message

Tool to delete a webex message by its unique identifier. use after confirming the messageid to remove unintended or obsolete messages. example: "delete the message with id y2lzy29zcgfyazovl21lc3nhz2uvywjjmtizndu2nzg5".

Delete Room

Tool to delete a webex room by its id. use after confirming the roomid when you need to permanently remove or archive a space. example: "delete the room with id y2lzy29..."

Get Membership Details

Tool to retrieve details for a specific membership. use when you need metadata for a membership by its id.

Get Message Details

Tool to retrieve details for a specific message. use when you need full content and metadata by message id.

Get Room Details

Tool to retrieve details for a specific room. use when you need full metadata of a specific room before posting messages or updating settings.

Get Team Membership Details

Tool to retrieve details for a specific team membership. use when you need metadata for a team membership by its id.

List Memberships

Tool to list memberships in a webex room. use when you need to retrieve or filter membership details by roomid, personid, personemail, or teamid. supports limiting the response size.

List Messages

Tool to list messages in a room. use when you need to retrieve chat history filtered by room, time window, or mentions.

List Rooms

Tool to list rooms the authenticated user belongs to. use after authentication when needing to retrieve spaces filtered by team, type, or sorted. example: "list my group rooms sorted by last activity."

List Team Memberships

Tool to list team memberships. use when you need to retrieve or filter team membership details by teamid, personid, or personemail, with optional max limit. use after confirming the team or person context.

Get Person Details

Tool to get details for a specific person. use when you have a person's id and need full profile information. call after confirming the person's id.

20 actions available