Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

list_files

Retrieve a list of files from a specific channel's file repository on TeamSpeak. Provide the channel ID, optional directory path, and password to access and manage stored files efficiently.

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