Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_panel_settings_get_v1_panel_settings

Read-onlyIdempotent

Retrieve current panel settings from the Panelica hosting panel to review configuration and validate active options.

Instructions

Get panel settings

HTTP: GET /v1/panel-settings Category: Panel Settings Required scopes: : Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds the required scope '*:*', which is useful auth context, and redundantly repeats that the operation is read-only. For a zero-parameter GET this is nearly adequate, but other behavioral traits such as response shape or absence of side effects are not disclosed beyond 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 short and front-loaded, presenting the verb, endpoint, category, required scope, and read-only nature in four compact lines. It is efficient, though 'Category' and 'Read-only' add little beyond what the name and annotations already convey.

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 no-parameter GET with rich annotations, the description provides the essential operational details: endpoint, required scope, and read-only behavior. It lacks an output schema and a description of the returned settings payload, but the self-evident nature of 'get panel settings' makes this adequate for a basic getter.

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?

The input schema is empty with 100% coverage, so there are no parameters for the description to document. The zero-parameter baseline applies; no additional semantic explanation is needed or expected.

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 a clear verb and resource ('Get panel settings') with the HTTP GET method, making the retrieval purpose obvious. It is distinguishable from the sibling patch_v1_panel_settings tool by direction (read vs write), though 'panel settings' remains a broad category with no detail on which settings are included.

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 guidance is given on when to use this tool versus alternatives. The existence of a PATCH sibling implies a read-vs-write distinction, but the description never states it or provides any contextual cue such as 'use this to view current settings before modifying them'.

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