Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_security_get_v1_security_advisor

Read-onlyIdempotent

Run security advisor checks on your hosting environment to uncover vulnerabilities and receive actionable recommendations for fixing them.

Instructions

Run security advisor checks

HTTP: GET /v1/security/advisor Category: Security Required scopes: security:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is established. The description adds the required security:read scope and HTTP GET method, which is useful, but it repeats 'Read-only' and gives no detail about what checks are performed or what the response will contain.

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 short and front-loaded with a clear one-line purpose, followed by compact metadata. Minor redundancy exists: 'Read-only' duplicates the annotations, and 'Category: Security' is largely implied by the endpoint path.

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 zero-parameter GET, the description covers the endpoint, category, required scope, and read-only nature. However, there is no output schema, so the description should clarify what the advisor returns, such as a status report, a list of findings, or recommendations, for an agent to judge whether this tool is relevant.

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 tool has zero parameters and an empty schema, so there is nothing the description needs to explain about parameters. Baseline 4 applies for a no-parameter tool.

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

Purpose3/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 ('Run security advisor checks') and includes the HTTP path and category. However, 'checks' is vague: it does not explain what the security advisor covers, such as hardening, TLS, exposed services, or other audit areas. It also does not differentiate the tool from sibling security endpoints like blocked_ips, firewall_rules, or login_history beyond its name.

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 no guidance on when to use this tool versus its security-related siblings. An agent must infer from the name and category that this runs a security advisor check, but there is no stated context, prerequisites, 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