get_room_details
Retrieve detailed information about a specific room using its unique ID, enabling integration with Cisco Webex messaging capabilities for enhanced collaboration and data access.
Instructions
Get details of a room by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
roomId | Yes | The unique identifier for the room. |
Input Schema (JSON Schema)
{
"properties": {
"roomId": {
"description": "The unique identifier for the room.",
"type": "string"
}
},
"required": [
"roomId"
],
"type": "object"
}