Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

get_file_info

Retrieve detailed information about a specific file in a TeamSpeak channel by specifying the channel ID and file path. Use this tool to manage and access file metadata efficiently.

Instructions

Get detailed information about a specific file in a channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesChannel ID containing the file
channel_passwordNoChannel password if required (optional)
file_pathYesFull path to the file

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "channel_id": { "description": "Channel ID containing the file", "type": "integer" }, "channel_password": { "description": "Channel password if required (optional)", "type": "string" }, "file_path": { "description": "Full path to the file", "type": "string" } }, "required": [ "channel_id", "file_path" ], "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