Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_logs_get_v1_logs_sites_id

Read-onlyIdempotent

Retrieve and tail logs for a specific site by ID. Get read-only access to site logs to monitor activity and troubleshoot problems.

Instructions

Tail site log

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds a required scope (logs:read) and confirms read-only behavior, but otherwise does not disclose additional behavioral details such as output format, streaming behavior, or limits. This is consistent with annotations and adds a small amount of useful context.

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 compact and front-loaded with the core action, followed by brief, useful metadata lines. No redundant or low-value sentences are present.

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?

This is a simple single-parameter, read-only log tool with strong annotation coverage, so the description is nearly sufficient. It could be more complete by describing what 'tail' produces or how output might be represented, but for an agent choosing and invoking the tool, the essential information is present.

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% for the single id parameter, so the schema already documents it. The description's endpoint path implies that id is a site identifier, but it does not add further meaning such as format constraints or where to obtain the site ID. Baseline of 3 is appropriate given full schema coverage.

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 ('Tail site log') and identifies the exact resource via the HTTP path GET /v1/logs/sites/:id. It is clear which log category is involved, though it does not explicitly contrast itself with sibling tools like access_tail or errors_tail.

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?

The description implies when to use the tool: when you need a site log for a given site ID. It provides operational context like HTTP method, category, and required scopes, but it does not explicitly state when not to use it or which sibling tool should be preferred for other log types.

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