Skip to main content
Glama
Hareidus
by Hareidus

read_test_log

Reads and filters plugin test/debug logs from Minecraft servers using configurable prefixes and incremental reading to monitor testing events.

Instructions

Read plugin test/debug logs filtered by a configurable prefix.

Only lines containing the configured LOG_PREFIX (default ``[TEST]``) are returned. Supports incremental reading: pass the ``position`` value from a previous call as ``since_position`` to only get new entries. Args: since_position: Byte offset to start reading from (0 = beginning). event_filter: Optional event type filter (e.g. ``PASS``, ``FAIL``, ``SUMMARY``). Only lines matching ``{prefix} {event_filter}`` are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
since_positionNo
event_filterNo

Latest Blog Posts

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/Hareidus/Minecraft-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server