channel_info
Retrieve specific channel details, including ID and properties, for enhanced server management on TeamSpeak MCP via structured API input.
Instructions
Get detailed information about a specific channel
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel_id | Yes | Channel ID to get info for |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"channel_id": {
"description": "Channel ID to get info for",
"type": "integer"
}
},
"required": [
"channel_id"
],
"type": "object"
}