Skip to main content
Glama

Panel overview

calagopus_panel_info
Read-only

Get panel overview: version, host, record counts, CPU/memory/disk, clock and migration health to orient before detailed queries.

Instructions

Start here. Returns the panel version and host, the record counts (users, servers, nodes, eggs, database hosts, ...), and — unless you turn them off — CPU/memory/disk figures and clock/migration health. One call to orient yourself before drilling in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_healthNoInclude NTP clock offsets and database migration status.
include_systemNoInclude host CPU/memory/disk and version information.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already indicate readOnly and non-destructive. The description adds no additional behavioral traits beyond mentioning that health/system metrics can be toggled off, which is more parameter semantics than behavior. No hidden side effects or permissions are disclosed.

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?

Very concise – two sentences. Front-loaded with 'Start here' and immediately enumerates the returned information. No fluff or redundancy.

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?

Given no output schema, the description sufficiently lists the categories of information returned (version, host, record counts, CPU/memory/disk, clock/migration health). It is complete enough for an overview tool, though exact structure of the response is not specified.

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 descriptions cover both parameters at 100% (include_health and include_system are each described). The description text mentions 'unless you turn them off' which aligns with the defaults but does not add significant new meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns panel version, host, record counts, and health/system metrics. It distinguishes itself from sibling list/get tools by positioning as an orientation overview ('Start here', 'One call to orient yourself before drilling in').

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells the agent when to use it: 'Start here' and 'One call to orient yourself before drilling in' – this is direct guidance relative to the many sibling tools for specific list/get operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/BerdiiNN/calagopus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server