list_complaints
Retrieve and filter complaints on a TeamSpeak server by client database ID with this MCP tool designed to assist in server administration and moderation tasks.
Instructions
List complaints on the virtual server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
target_client_database_id | No | Target client database ID to filter complaints (optional) |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"target_client_database_id": {
"description": "Target client database ID to filter complaints (optional)",
"type": "integer"
}
},
"required": [],
"type": "object"
}