Skip to main content
Glama
MarlBurroW

TeamSpeak MCP

by MarlBurroW

update_channel

Modify TeamSpeak channel settings including name, description, password, user limits, and audio quality to customize voice communication spaces.

Instructions

Update channel properties (name, description, password, talk power, limits, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesChannel ID to update
nameNoNew channel name (optional)
descriptionNoNew channel description (optional)
passwordNoNew channel password (optional, empty string to remove)
max_clientsNoMaximum number of clients (optional)
talk_powerNoRequired talk power to speak in channel (optional)
codec_qualityNoAudio codec quality 1-10 (optional)
permanentNoMake channel permanent (optional)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'Update' implies a mutation operation, the description doesn't specify what permissions are required, whether changes are reversible, what happens when optional parameters are omitted, or what the typical response looks like. For a mutation tool with 8 parameters and no annotation coverage, this represents a significant gap in behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that immediately communicates the tool's purpose with relevant examples. There's no wasted language or redundant information. It's appropriately sized for a tool with comprehensive schema documentation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 8 parameters, no annotations, and no output schema, the description is insufficient. It doesn't address critical behavioral aspects like required permissions, error conditions, response format, or side effects. While the schema covers parameter details, the description fails to provide the broader operational context needed for safe and effective tool invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 100%, so all parameters are documented in the input schema. The description adds marginal value by listing examples of updatable properties (name, description, password, talk power, limits, etc.), which helps the agent understand the scope of what can be modified. However, it doesn't provide additional semantic context beyond what's already in the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update') and resource ('channel properties') with specific examples of what can be updated (name, description, password, talk power, limits, etc.). It distinguishes itself from sibling tools like 'create_channel' and 'delete_channel' by focusing on modification rather than creation or deletion. However, it doesn't explicitly differentiate from 'set_channel_talk_power' which appears to be a more specialized version of this tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (like needing channel_id), when not to use it, or how it differs from similar tools like 'set_channel_talk_power' or 'manage_channel_permissions'. The agent must infer usage from the tool name and parameter list alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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