get_bot_status
Retrieve the current operational status of a meeting bot by providing its unique ID. This tool helps monitor bot activity and ensures it functions correctly during meetings.
Instructions
Get the current status of a meeting bot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bot_id | Yes | ID of the bot to check |
Input Schema (JSON Schema)
{
"properties": {
"bot_id": {
"description": "ID of the bot to check",
"type": "string"
}
},
"required": [
"bot_id"
],
"type": "object"
}