Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_security_delete_v1_security_firewall_rules_id

DestructiveIdempotent

Delete a firewall rule permanently by ID. Use this to remove outdated or incorrect security policies and immediately apply changes to your hosting firewall.

Instructions

Delete firewall rule

HTTP: DELETE /v1/security/firewall-rules/:id Category: Security Required scopes: security:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

The description adds an explicit warning that deletion permanently removes the resource, going beyond the destructiveHint annotation. It also discloses the required scopes, which are not present in the annotations and are operationally important for the agent.

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 purpose, followed by the HTTP route, category, required scopes, and destructive warning. Every line is useful and none are redundant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter delete operation, the description provides the HTTP route, required scopes, and a destructive-removal warning. The agent has enough information to call the tool correctly without needing an output schema or nested-object details.

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, described as a path parameter. The description does not add additional parameter semantics beyond what the schema already states, so the baseline score applies.

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

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with a clear verb and resource: 'Delete firewall rule,' matching the title and resource path. The HTTP DELETE method and resource path remove any ambiguity about what the tool does.

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 HTTP method and resource clearly imply deletion of a firewall rule by ID, and the required scopes note when authorization is needed. However, there is no explicit comparison to sibling tools such as listing or creating firewall rules, so the 'when to use' guidance is mostly implied rather than 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