WEBEX_CREATE_ROOM
Tool to create a new room. Use when you need to spin up a dedicated space for team collaboration or topic discussion.
WEBEX_CREATE_TEAM
Tool to create a new team. Use when you need to group rooms under a shared team.
WEBEX_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.
WEBEX_LIST_TEAMS
Tool to list teams. Use when you need to retrieve the teams the authenticated user is a member of.
WEBEX_LIST_WEBHOOKS
Tool to list webhooks. Use after authentication to retrieve webhooks filtered by max or ownership.
WEBEX_MESSAGING_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.
WEBEX_MESSAGING_CREATE_ROOM
Tool to create a new room. Use to create a dedicated space for collaboration after authentication.
WEBEX_MESSAGING_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.
WEBEX_MESSAGING_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".
WEBEX_MESSAGING_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".
WEBEX_MESSAGING_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..."
WEBEX_MESSAGING_GET_MEMBERSHIP_DETAILS
Tool to retrieve details for a specific membership. Use when you need metadata for a membership by its ID.
WEBEX_MESSAGING_GET_MESSAGE_DETAILS
Tool to retrieve details for a specific message. Use when you need full content and metadata by message ID.
WEBEX_MESSAGING_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.
WEBEX_MESSAGING_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.
WEBEX_MESSAGING_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.
WEBEX_MESSAGING_LIST_MESSAGES
Tool to list messages in a room. Use when you need to retrieve chat history filtered by room, time window, or mentions.
WEBEX_MESSAGING_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."
WEBEX_MESSAGING_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.
WEBEX_PEOPLE_GET_PERSON
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.
WEBEX_PEOPLE_LIST_PEOPLE
Tool to list people in your organization. Use when you need to retrieve people filtered by email, display name, IDs, roles, or location.
WEBEX_ROOMS_GET_ROOM_DETAILS
Tool to retrieve details for a specific room. Use when you need full metadata of a room before posting messages or updating settings.
WEBEX_UPDATE_MEMBERSHIP
Tool to update a membership by membershipId. Use when modifying a member's moderator or monitor status in a Webex room.
WEBEX_UPDATE_ROOM
Tool to update a room's title and settings. Use when you need to rename, lock/unlock, or reassign a Webex space.
WEBEX_UPDATE_TEAM
Tool to update a team's name by teamId. Use when you need to rename a Webex team. Example: "Change team 12345 name to 'Project X Team'".
WEBEX_WEBHOOKS_CREATE_WEBHOOK
Tool to create a new webhook for events. Use when you need to register for Webex event notifications.
WEBEX_WEBHOOKS_DELETE_WEBHOOK
Tool to delete a specific webhook. Use when you need to remove an existing webhook by its ID after confirming the identifier.
WEBEX_WEBHOOKS_GET_WEBHOOK
Tool to get details for a specific webhook. Use when you need to inspect a webhook's configuration before taking action.