Skip to main content
Glama
kessenma

repack-logs-mcp

by kessenma

get_build_logs

Fetches recent Re.Pack build logs with optional filters to help debug errors and track compilation progress.

Instructions

Get recent Re.Pack build logs with optional filtering

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of logs to return (default: 50)
sinceNoOnly logs after this ISO timestamp
typesNoFilter by log type(s)
issuerNoFilter by issuer/source name
searchNoSearch in log messages
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It only says 'Get' and 'optional filtering,' but does not disclose return format, pagination, retention behavior, or any side effects. This is minimal compared to the burden.

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 a single, front-loaded sentence that wastes no words. It communicates the essential purpose without redundancy.

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

Completeness2/5

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

With 5 optional parameters, no output schema, and no annotations, the description is too minimal. It doesn't describe what a log entry looks like, how results are ordered, or any behavioral nuances. For an agent to correctly invoke the tool and interpret results, more details are needed.

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?

Schema coverage is 100%, with each parameter well-documented in the schema. The description adds no parameter-specific semantics beyond the schema, so baseline 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 clearly states the action ('Get'), the resource ('Re.Pack build logs'), and scope ('recent' with optional filtering). This distinguishes it from sibling tools like get_runtime_logs and get_errors, which target different log categories.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives; the description does not reference sibling tools or exclusions. Usage is implied by the resource name, but there is no stated context or alternative differentiation beyond the name.

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/kessenma/repack-logs-mcp'

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