Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_get_v1_logs_access

Read-onlyIdempotent

Retrieve access logs from your hosting panel to monitor visitor requests, troubleshoot issues, and analyze traffic patterns. Read-only access with logs:read scope.

Instructions

Get access logs

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.7/5.0
Behavior4/5

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

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false; the description adds the required 'logs:read' scope and confirms the GET method, which is useful auth context. It does not describe response format or pagination, but for a zero-parameter read operation this is a minor gap. There is no contradiction with the annotations.

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 short, front-loaded with the core purpose, and each line contributes either the endpoint, category, required scope, or read-only status. It avoids unnecessary prose and is appropriately sized for a simple parameterless endpoint.

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

Completeness4/5

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

For a simple, read-only, zero-parameter GET endpoint, the definition includes the essential invocation details: HTTP method, path, required scope, and read-only behavior. It could be slightly more complete by stating what the response contains or clarifying that this returns global access logs versus domain-specific ones, but the name and endpoint largely convey this.

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

Parameters4/5

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

The input schema has zero parameters and 100% schema description coverage, so there are no parameter semantics for the description to clarify. The baseline for zero-parameter tools is 4, and the description adds no misleading or unnecessary parameter information.

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 verb and resource: 'Get access logs', and reinforces it with the exact HTTP path 'GET /v1/logs/access'. It is immediately clear what the tool operates on, though it does not explicitly differentiate itself from related siblings such as per-domain access logs or logs/access_tail.

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?

No guidance is given about when to choose this tool over the many similar log-related siblings, such as panelica_logs_get_v1_logs_access_tail, panelica_logs_get_v1_logs_access_stats, or the domain-specific access log endpoint. The description provides the required scope and category, but not selection criteria or exclusions.

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