Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

delete_channel

Remove a specified TeamSpeak channel by its ID using the TeamSpeak MCP server. Optionally force deletion even if clients are present to ensure complete removal.

Instructions

Delete a channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel ID to delete
forceNoForce deletion even if clients are present

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Channel ID to delete", "type": "integer" }, "force": { "default": false, "description": "Force deletion even if clients are present", "type": "boolean" } }, "required": [ "channel_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarlBurroW/teamspeak-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server