Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_panel_settings_patch_v1_panel_settings

Update hosting panel settings to modify server state for domains, SSL, databases, and services. Patch panel configurations directly via natural language commands.

Instructions

Update panel settings

HTTP: PATCH /v1/panel-settings Category: Panel Settings Required scopes: : Mutating: changes server state.

Input Schema

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

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=false and idempotentHint=false, but the description adds useful context by stating the required scope '*:*' and explicitly warning that it mutates/changes server state. This discloses authorization and impact beyond what the annotations alone convey, with no contradiction.

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: the action appears first, followed by HTTP method, category, required scope, and mutation warning. Every line delivers distinct information with no filler.

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 tool with no output schema and an opaque body whose schema is not statically declared, the description omits what fields the body may contain, whether any settings are required, and what response to expect. It also provides no link to the referenced API docs, so an agent cannot reliably construct a valid PATCH body from the definition alone.

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 description coverage is 100% because the single body parameter has a description, so the baseline is 3. The description adds no body-field semantics; the schema only states the body schema is not statically declared and refers to API docs. The agent still lacks concrete knowledge of valid update fields.

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 first line names a specific resource ('panel settings') and a mutating verb ('Update'), reinforced by the HTTP method PATCH. It is distinguishable from the same-resource sibling panelica_panel_settings_get_v1_panel_settings, though it does not specify exactly which panel settings can be changed.

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 description implies this tool is used when panel settings need to be modified, and it labels the operation as mutating. However, it provides no explicit when-to-use guidance, no mention of the read-only GET alternative, and no exclusions or preconditions beyond the required scope.

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