Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_config_locks_delete_v1_config_locks

DestructiveIdempotent

Remove a configuration lock permanently using DELETE to release the resource and allow future modifications.

Instructions

Release config lock

HTTP: DELETE /v1/config-locks Category: Config Locks Required scopes: domains:write WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and readOnlyHint=false, and the description meaningfully adds that the resource is 'permanently removed.' It also discloses the required domains:write scope, which is not present in the annotations. There is no contradiction between the description and annotations.

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 concise and front-loaded with the action, followed by HTTP method, category, scopes, and a destructive warning. Each line adds operational information, with only minor redundancy against the annotation title 'Release config lock.'

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 destructive tool with no output schema, the description adequately covers what the operation does, the endpoint, required scope, and irreversibility. It does not explain the broader concept of a config lock or side effects beyond removal, but that is secondary given the low complexity and existing annotations.

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?

This tool has zero parameters and the input schema is fully covered at 100%, so there are no parameter semantics the description needs to explain. The description appropriately omits parameter details, satisfying the baseline for parameterless tools.

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 states the action 'Release config lock' and maps it to HTTP DELETE /v1/config-locks, making the resource and operation clear. The destructive warning further clarifies that this is a removal. It is distinguishable from sibling get/post config-lock tools by the noun and verb, though it does not explicitly name those alternatives.

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 gives no explicit guidance on when to use this tool versus alternatives such as creating or reading a config lock. It provides prerequisites like required scopes and HTTP method, but does not state exclusions or routing conditions. Usage context must be inferred from the verb 'Release'.

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