Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_logs_access

Read-onlyIdempotent

Fetch access logs for a domain by ID. Review visitor requests, identify errors, and analyze traffic patterns to troubleshoot issues.

Instructions

List access

HTTP: GET /v1/domains/:id/logs/access Category: Domains Required scopes: domains: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 declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior. The description adds the required scope ('domains:read') and the HTTP method, which are useful, but it does not describe return format, pagination, or any log-filtering behavior that would go beyond 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.

Conciseness4/5

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

The description is compact, front-loaded with the action, and uses short labeled lines for HTTP, category, scopes, and read-only status. Every line earns its place, though the headline 'List access' is terse and could be more explicit.

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 endpoint with one required parameter and rich safety annotations, the description is largely sufficient: it gives the path, category, required scope, and read-only nature. It lacks an explicit statement that 'access' means access logs, and there is no output-schema to explain the return shape, but an agent can likely invoke it correctly.

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 schema fully describes the single parameter as 'Path parameter: id' at 100% coverage, so the description carries little parameter burden. The HTTP path line reinforces that 'id' is the domain id, but it adds no new semantic information beyond the schema and endpoint template.

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 ('List') and resource ('access'), and the HTTP path '/v1/domains/:id/logs/access' plus Category: Domains clarifies that this lists domain access logs. It does not explicitly distinguish itself from sibling tools like panelica_logs_get_v1_logs_access, but the domain-scoped path makes the object clear.

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 provides context (requires a domain id, domains:read scope, read-only) but gives no explicit guidance on when to choose this tool over alternatives. It does not mention the global access-log sibling or any exclusion conditions, leaving selection to inference from the name and path.

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