Skip to main content
Glama

server_compare

Read-onlyIdempotent

Compare two servers side-by-side. Get category-level scores or check-level diffs, using cached snapshots or live SSH audits.

Instructions

Compare two servers side-by-side. Returns category-level score comparison (default) or check-level diff (detail mode). Uses cached snapshots when available, falls back to live SSH audit. Requires two registered servers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
freshNoForce live audit instead of using snapshots. Default: false.
detailNoReturn check-level diff instead of category summary. Default: false.
serverAYesFirst server name or IP.
serverBYesSecond server name or IP.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Description discloses caching behavior ('Uses cached snapshots when available, falls back to live SSH audit') and output modes. Annotations already provide readOnlyHint, destructiveHint, idempotentHint, so description adds valuable context beyond what annotations say.

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?

Four short, focused sentences. Front-loaded with core purpose, then specifics. No unnecessary words.

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 output schema exists and annotations are rich, description covers key behaviors (caching, fallback, output modes) and prerequisite. Could mention error handling or unregistered servers, but current info is sufficient for typical use.

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?

Schema coverage is 100% so baseline 3. Description adds meaning by explaining that default output is category-level and detail enables check-level diff, which clarifies how 'detail' affects results. It also implies behavior of 'fresh' via caching mention.

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 'Compare two servers side-by-side' and specifies the resource (two servers). It distinguishes default and detail modes, and implies comparison vs sibling tools like server_audit (single server) or server_fix.

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

Usage Guidelines4/5

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

The description implies when to use: when comparing two servers. It mentions prerequisite 'Requires two registered servers'. However, it does not explicitly state when not to use or suggest alternatives among siblings.

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

Install Server

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/kastelldev/kastell'

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