Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

add_log_entry

Insert custom log entries into the TeamSpeak MCP server, specifying log level (ERROR, WARNING, DEBUG, INFO) and message for detailed server activity tracking.

Instructions

Add a custom entry to the server log

Input Schema

NameRequiredDescriptionDefault
log_levelYesLog level (1=ERROR, 2=WARNING, 3=DEBUG, 4=INFO)
messageYesLog message to add

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "log_level": { "description": "Log level (1=ERROR, 2=WARNING, 3=DEBUG, 4=INFO)", "enum": [ 1, 2, 3, 4 ], "type": "integer" }, "message": { "description": "Log message to add", "type": "string" } }, "required": [ "log_level", "message" ], "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