client_info_detailed
Retrieve comprehensive details about a specific TeamSpeak client by providing the client ID, enabling efficient server administration and management.
Instructions
Get detailed information about a specific client
Input Schema
Name | Required | Description | Default |
---|---|---|---|
client_id | Yes | Client ID to get detailed info for |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"client_id": {
"description": "Client ID to get detailed info for",
"type": "integer"
}
},
"required": [
"client_id"
],
"type": "object"
}