Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_server_get_v1_server_services

Read-onlyIdempotent

Retrieve the status of all server services to identify which are running, stopped, or have errors.

Instructions

Get services status

HTTP: GET /v1/server/services Category: Server Required scopes: server:read Read-only.

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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description does not contradict them. It adds an actionable auth prerequisite ('Required scopes: server:read') and confirms the GET method, which goes beyond the structured fields. It does not describe the response shape, but that is less critical for a zero-parameter read call.

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 core action; HTTP method, category, scope, and read-only flag follow in short lines. Minor redundancy exists ('Read-only' and 'Category: Server' overlap with annotations/name), but the overall structure is efficient.

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 zero-parameter, read-only endpoint, the description supplies the essentials: endpoint, method, required scope, and safety profile. The only notable omission is a fuller description of the returned status payload, but no output schema exists and invoking the tool requires no input decisions.

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 an empty object with 0 parameters and 100% schema coverage, so the 0-parameter baseline of 4 applies. There are no parameter semantics for the description to add.

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 specific verb and resource ('Get services status') and includes the HTTP endpoint and category, making the target of the tool clear. It does not explicitly contrast with sibling server_status or server_metrics, but 'services' is specific enough to distinguish it.

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?

There is no guidance about when to choose this tool over siblings like panelica_server_get_v1_server_status or panelica_server_get_v1_server_metrics. The description provides context such as required scope and read-only nature, but no when-to-use or when-not-to-use direction.

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