Skip to main content
Glama

TeamSpeak MCP

by MarlBurroW

view_server_logs

Retrieve and analyze recent virtual server logs with customizable filters for lines, order, log level, and timestamps. Supports enhanced debugging and complete mode for comprehensive log retrieval.

Instructions

View recent entries from the virtual server log with enhanced options

Input Schema

NameRequiredDescriptionDefault
begin_posNoStarting position in log file (optional)
complete_modeNoEnable complete mode - retrieve ALL logs by paginating automatically (default: false)
enhanced_debugNoEnable enhanced debugging information (default: false)
instance_logNoShow instance log instead of virtual server log (default: false)
linesNoNumber of log lines to retrieve (1-100, default: 50)
log_levelNoLog level (1=ERROR, 2=WARNING, 3=DEBUG, 4=INFO)
max_iterationsNoMaximum pagination iterations in complete mode (default: 1000, protection against infinite loops)
reverseNoShow logs in reverse order (newest first, default: true)
timestamp_fromNoUnix timestamp for log entries from (optional)
timestamp_toNoUnix timestamp for log entries to (optional)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "begin_pos": { "description": "Starting position in log file (optional)", "type": "integer" }, "complete_mode": { "default": false, "description": "Enable complete mode - retrieve ALL logs by paginating automatically (default: false)", "type": "boolean" }, "enhanced_debug": { "default": false, "description": "Enable enhanced debugging information (default: false)", "type": "boolean" }, "instance_log": { "default": false, "description": "Show instance log instead of virtual server log (default: false)", "type": "boolean" }, "lines": { "default": 50, "description": "Number of log lines to retrieve (1-100, default: 50)", "maximum": 100, "minimum": 1, "type": "integer" }, "log_level": { "description": "Log level (1=ERROR, 2=WARNING, 3=DEBUG, 4=INFO)", "enum": [ 1, 2, 3, 4 ], "type": "integer" }, "max_iterations": { "default": 1000, "description": "Maximum pagination iterations in complete mode (default: 1000, protection against infinite loops)", "maximum": 10000, "minimum": 1, "type": "integer" }, "reverse": { "default": true, "description": "Show logs in reverse order (newest first, default: true)", "type": "boolean" }, "timestamp_from": { "description": "Unix timestamp for log entries from (optional)", "type": "integer" }, "timestamp_to": { "description": "Unix timestamp for log entries to (optional)", "type": "integer" } }, "required": [], "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