Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

list_files

Access and view files stored in a TeamSpeak channel's repository by specifying the channel ID and optional directory path or password.

Instructions

List files in a channel's file repository

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel ID to list files for
channel_passwordNoChannel password if required (optional)
pathNoDirectory path to list (default: root '/')/

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Channel ID to list files for", "type": "integer" }, "channel_password": { "description": "Channel password if required (optional)", "type": "string" }, "path": { "default": "/", "description": "Directory path to list (default: root '/')", "type": "string" } }, "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