Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_config_locks_post_v1_config_locks

Acquire a configuration lock on the hosting panel to block conflicting modifications and enable safe, sequential updates to server settings.

Instructions

Acquire config lock

HTTP: POST /v1/config-locks Category: Config Locks Required scopes: domains:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

The description adds an explicit auth requirement ('Required scopes: domains:write') and states 'Mutating: changes server state,' which complements the annotations already indicating readOnlyHint=false and idempotentHint=false. It does not explain lock duration, scope, or release behavior, but the annotation coverage lowers the bar.

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 compact and front-loaded with the action, followed by endpoint, category, scopes, and mutation status. The 'Category: Config Locks' line is mildly redundant but harmless, and there is no unnecessary prose.

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

Completeness2/5

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

For a mutating POST with no output schema and an under-specified body, the description does not explain what a successful response looks like, what happens after the lock is acquired, or how the lock is later released. The sibling tools hint at a lifecycle, but too much is left to inference.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter is a body object whose schema is described only as 'Schema not statically declared — see API docs,' so the agent gets no concrete fields or format from the schema. The tool description adds no body guidance, examples, or constraints, leaving request construction to guesswork.

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 clearly identifies the action and resource: 'Acquire config lock' with HTTP POST /v1/config-locks. This distinguishes it from the sibling get/delete config-lock tools by action, though it does not explicitly call out 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?

No usage context is provided: it does not say when acquiring a config lock is appropriate, what state must exist first, or when to prefer the sibling config-lock tools. Listing required scopes is useful but is an authorization constraint, not usage guidance.

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