Skip to main content
Glama
aolmosj

pz-nitrado-mcp

by aolmosj

List server logs

pz_list_logs

List the server's log files newest-first: console plus rotated logs (chat, user, admin, map, pvp), each with kind, size, and start time. Use to see what logs exist before tailing one.

Instructions

List the server's log files newest-first: the live console log plus PZ's rotated logs (chat, user, admin, map, pvp, DebugLog-server...), each with its kind, size and start time. Call this when the user asks what logs exist, or before tailing one you're not sure is there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idNoNitrado service id. Defaults to NITRADO_SERVICE_ID when omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the ordering ('newest-first') and the content of each entry ('kind, size and start time'), which are behavioral traits beyond just 'list'. It also defines the scope (live console plus rotated logs), but it does not explicitly state that it is read-only or mention potential permissions or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no redundant words. The first sentence front-loads the purpose and output details, and the second sentence gives practical usage guidance. It is concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a simple input surface (one optional parameter) and an output schema, so the description does not need to explain return values. It covers what logs are included, ordering, available fields, and when to use it, making it complete for effective agent selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage for the single optional parameter service_id, including its default behavior. The tool description adds no parameter-specific information, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb (List) and identifies the resource precisely: 'the server's log files'. It enumerates specific log types (live console, chat, user, admin, map, pvp, DebugLog-server) and output fields (kind, size, start time), clearly distinguishing it from sibling tools like pz_list_files or pz_tail_log.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to call the tool: 'when the user asks what logs exist, or before tailing one you're not sure is there.' This gives clear context but does not explicitly name alternative tools or provide when-not-to-use exclusions, missing the highest bar of the rubric.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/aolmosj/pz-nitrado-mcp'

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