Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_get_v1_logs_download_id

Read-onlyIdempotent

Download a specific log category by ID from the hosting panel. This read-only endpoint retrieves logs for analysis or archival.

Instructions

Download log category

HTTP: GET /v1/logs/download/:id Category: Logs Required scopes: logs:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already cover read-only, idempotent, non-destructive, and open-world behavior. The description adds the required logs:read scope and the exact GET endpoint, which is useful context, but it does not disclose response behavior, download format, or failure modes. No contradiction with annotations is present.

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

Conciseness4/5

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

The description is compact and front-loaded with the core purpose, followed by endpoint, scope, and safety metadata. It loses a point because 'Read-only' and 'Category: Logs' mostly repeat information already available via annotations and the endpoint structure.

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

Completeness3/5

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

For a one-parameter read-only endpoint, the description provides the essential route and authorization requirement. However, with no output schema, it does not state what a successful download returns, and the meaning of the id parameter is left largely to inference.

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 a single required 'id' parameter, so the baseline applies. The description only implies that id refers to a log category; it does not specify the id format, source, or accepted values beyond the schema's minimal 'Path parameter: id' note.

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

Purpose4/5

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

The description states a specific action and resource: 'Download log category'. It makes the core operation clear, though it does not differentiate itself from sibling tools like panelica_logs_get_v1_logs_download_file or clarify precisely what a log category is.

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

Usage Guidelines2/5

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

The description gives no guidance on when to choose this tool over alternatives. It lists the required scope and marks the operation read-only, but it does not mention sibling download/log tools or explain when this endpoint should be preferred.

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

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/Panelica/panelica-mcp'

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