logs_tail
Retrieve the most recent log entries from the Paper server's latest.log to monitor activity and diagnose issues.
Instructions
Get the last N lines of logs/latest.log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No |
Retrieve the most recent log entries from the Paper server's latest.log to monitor activity and diagnose issues.
Get the last N lines of logs/latest.log.
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. 'Get' implies a read-only operation and the source path is named, but the description does not explicitly state that no side effects occur, nor describe output formatting or behavior when the optional lines parameter is omitted.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that conveys the resource and operation with no filler. Every word contributes to the meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tail operation, the description covers the essential resource and count. The main gaps are the optional-parameter default behavior and explicit differentiation from logs_search, but these are minor for this level of complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description gives semantic meaning to the 'lines' parameter by referring to 'N lines', which the bare schema lacks. It does not specify the default when the parameter is omitted, but the parameter is simple and the schema already documents its constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb ('Get'), a specific resource ('logs/latest.log'), and the operation's scope ('last N lines'). This is unambiguous and differentiates it from the sibling logs_search tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied: an agent would choose this when it wants the most recent log lines. However, the description does not explicitly contrast it with logs_search or provide when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inrok872-cyber/minecraft-paper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server