Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

manage_file_permissions

Track active file transfers and control permissions on TeamSpeak MCP. List ongoing transfers or stop specific ones, optionally deleting partial files.

Instructions

List active file transfers and manage file transfer permissions

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
delete_partialNoDelete partial file when stopping transfer (default: false)
transfer_idNoFile transfer ID (required for stop_transfer action)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "action": { "description": "Action to perform", "enum": [ "list_transfers", "stop_transfer" ], "type": "string" }, "delete_partial": { "default": false, "description": "Delete partial file when stopping transfer (default: false)", "type": "boolean" }, "transfer_id": { "description": "File transfer ID (required for stop_transfer action)", "type": "integer" } }, "required": [ "action" ], "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