Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_audit_get_v1_activity_log

Read-onlyIdempotent

Retrieve the activity log to audit and review all actions performed within your hosting panel. This read-only endpoint provides historical events for security and compliance monitoring.

Instructions

Get activity log

HTTP: GET /v1/activity-log Category: Audit 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, and the description adds a useful authentication constraint: 'Required scopes: logs:read'. It also restates 'Read-only', which adds little beyond the annotation, but the scope requirement is genuinely helpful behavioral 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 four short lines and immediately front-loads the core action. The endpoint, category, and required scope each earn their place without filler or repetition beyond the harmless read-only note.

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 parameterless, read-only endpoint, this is nearly complete: it gives the endpoint, category, auth scope, and safety profile. It does not describe the response shape or any pagination behavior, and with no output schema present that information is missing, but the low complexity and rich annotations keep the gap minor.

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, so the baseline is 4. There is no parameter ambiguity or missing documentation to penalize, and the description does not need to compensate for any parameter coverage gap.

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 opens with 'Get activity log', a clear verb-plus-resource statement, and reinforces it with the HTTP endpoint and 'Category: Audit'. It is unambiguous about what the tool does, but it does not distinguish itself from the very similar sibling panelica_audit_get_v1_audit_logs, so it stops short of a 5.

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?

There is no guidance about when to use this tool versus the many log- and audit-related sibling tools. The category and scopes provide some context, but nothing tells an agent why this tool should be chosen over panelica_audit_get_v1_audit_logs or other log retrieval tools.

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