list_room_tabs
Retrieve and display all tabs within a specified Webex room using the room ID, enabling quick access to organized resources and tools.
Instructions
List room tabs for a specified room in Webex.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roomId | Yes | The ID of the room for which to list room tabs. |
Input Schema (JSON Schema)
{
"properties": {
"roomId": {
"description": "The ID of the room for which to list room tabs.",
"type": "string"
}
},
"required": [
"roomId"
],
"type": "object"
}