Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_modsecurity

Read-onlyIdempotent

Retrieve ModSecurity status and configuration for a specified domain. Use this to check or audit web application firewall settings.

Instructions

List modsecurity

HTTP: GET /v1/domains/:id/modsecurity Category: Domains Required scopes: domains:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already carry readOnlyHint/idempotentHint/destructiveHint; the description adds required scopes ('domains:read') and restates read-only/GET, which provides a little extra context. It does not describe response contents, pagination, or any side effects, but none are expected for a simple read.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is short and front-loaded, but the opening line duplicates the title ('List modsecurity') and the read-only/HTTP lines mostly repeat annotations and the tool name. It is concise but includes some redundancy and misses an opportunity to add semantic value.

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 read-only, single-parameter GET, the essentials are present: path, category, scope, and id. But with no output schema, the description does not say what the modsecurity response contains or what behavior to expect, leaving the resource semantics partially undefined.

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 only parameter (id) is documented in the schema as 'Path parameter: id' (100% coverage), so the description is not required to explain it. Still, neither the schema nor the description clarifies that this is the domain ID beyond the URL path, so no additional meaning is added.

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?

States a specific verb ('List') and resource ('modsecurity') and the tool name encodes the HTTP route, so an agent can tell it returns the ModSecurity list for a domain. However, it never explains what 'modsecurity' denotes (rules? status? configuration?), and it does not distinguish itself from sibling domain reads other than by resource name.

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?

Usage is implied by the verb and URL path: call it to list ModSecurity data for a domain. It gives no explicit guidance on when to prefer it over sibling domain GETs or the PATCH modsecurity endpoint, and no exclusions are stated.

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