Skip to main content
Glama

Webex MCP Server

list_rooms

Retrieve and filter rooms or spaces in Webex by team, type, public status, or time range. Use this tool to organize and manage access to collaborative spaces.

Instructions

List rooms for the authenticated user in Webex.

Input Schema

NameRequiredDescriptionDefault
fromNoFilters rooms made public after this time.
maxNoThe maximum number of rooms to return.
orgPublicSpacesNoWhether to show the org's public spaces. Cannot be used with type parameter.
sortByNoThe field to sort the results by.
teamIdNoThe ID of the team to list rooms for (optional - if not provided, lists all accessible rooms).
toNoFilters rooms made public before this time.
typeNoThe type of rooms to list. Cannot be used with orgPublicSpaces parameter.

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Filters rooms made public after this time.", "type": "string" }, "max": { "description": "The maximum number of rooms to return.", "type": "integer" }, "orgPublicSpaces": { "description": "Whether to show the org's public spaces. Cannot be used with type parameter.", "type": "boolean" }, "sortBy": { "description": "The field to sort the results by.", "type": "string" }, "teamId": { "description": "The ID of the team to list rooms for (optional - if not provided, lists all accessible rooms).", "type": "string" }, "to": { "description": "Filters rooms made public before this time.", "type": "string" }, "type": { "description": "The type of rooms to list. Cannot be used with orgPublicSpaces parameter.", "enum": [ "group", "direct" ], "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server