Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_server_get_v1_server_status

Read-onlyIdempotent

Retrieves the current status of your Panelica server. Use it to check server availability and health.

Instructions

Get server status

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.7/5.0
Behavior4/5

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

The description adds the required scope 'server:read' and the explicit HTTP GET method, which are behavioral details beyond the annotations' readOnlyHint/idempotentHint/destructiveHint. It consistently reinforces the read-only nature rather than merely repeating annotations. It does not disclose what the response payload contains, but for a read-only status call the key safety and auth context is covered.

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, opening with the core purpose ('Get server status') followed by essential metadata (endpoint, category, scope, read-only flag). Every line earns its place and there is no filler or duplicated annotation text.

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 status endpoint, the description covers purpose, endpoint, category, required scope, and safety profile. The only notable gap is that without an output schema, the description does not hint at what fields the status response contains, leaving the agent to discover the payload shape at call time.

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 tool has zero parameters and an empty schema, so the baseline is 4. There are no parameter semantics for the description to clarify; nothing is missing. The description correctly implies the tool is callable without arguments.

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 server status') and reinforces it with the HTTP endpoint 'GET /v1/server/status'. However, it does not elaborate on what 'status' encompasses (e.g., health, uptime, version), and it fails to differentiate this from closely named siblings like panelica_server_get_v1_server_metrics and panelica_server_get_v1_server_services.

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 when-to-use or when-not-to-use guidance is provided. The description offers no hint about which sibling tool to prefer for related needs (e.g., server_metrics for resource usage, server_services for service states), so an agent gets no routing help despite the large sibling list.

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