Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_security_delete_v1_security_blocked_ips_id

DestructiveIdempotent

Removes a blocked IP from the security list to restore access. Permanently deletes the specified block entry by ID.

Instructions

Unblock IP

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations declare destructiveHint=true and readOnlyHint=false, and the description does not contradict them. It adds useful context beyond the annotations: 'Required scopes: security:delete' covers the auth need, and 'WARNING: destructive — permanently removes the resource' clarifies what gets destroyed and that the action is permanent.

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 definition is tight and front-loaded: action first, then endpoint, category, required scope, and warning. Each line carries distinct information, though 'Category: Security' adds little beyond what the resource path already conveys.

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 one-parameter delete, the description covers the essential call facts: endpoint, required scope, and destructive consequence. Minor gaps are the absence of any response/return description (no output schema exists) and no pointer to the GET /v1/security/blocked-ips sibling for retrieving the id to unblock.

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% since the single 'id' parameter is described as 'Path parameter: id', matching the ':id' placeholder in the HTTP path. The description adds no further meaning about what the id refers to or how to obtain it, so the baseline 3 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?

States a specific verb and resource: 'Unblock IP', paired with the concrete HTTP path 'DELETE /v1/security/blocked-ips/:id'. This clearly distinguishes it from sibling tools like panelica_security_post_v1_security_blocked_ips (block an IP) and panelica_security_get_v1_security_blocked_ips (list blocked IPs).

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 use case is implied by the verb 'Unblock' and the DELETE method on the blocked-ips endpoint, but the description never explicitly states when to choose this tool over the sibling POST (block) or GET (list) tools. No alternatives are named and no exclusions are given, so the agent must infer the selection from the resource path alone.

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