Skip to main content
Glama

combell_linux_hostings_set_gzip

Idempotent

Enable or disable GZIP compression on a Linux hosting to optimize website performance by reducing file transfer sizes.

Instructions

Enable or disable GZIP compression on a Linux hosting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYes
domain_nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, so the mutation and idempotence are known. The description adds only the enable/disable meaning, without extra behavioral context like effect timing, prerequisites, or response behavior. No contradiction with annotations exists.

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 a single, front-loaded sentence with no filler, repetition, or unnecessary detail. Every word contributes to the core meaning and the tool's action is immediately clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple two-parameter setter, the description is minimally usable, but it leaves the agent to infer that `domain_name` must refer to an existing Linux hosting and that `enabled` directly controls the compression state. With no output schema and no parameter descriptions, a little more context would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for explaining the required parameters. It only implicitly maps 'enable or disable' to the `enabled` boolean and never mentions `domain_name` or clarifies that `enabled=true` turns GZIP on while `false` turns it off.

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 uses a specific verb–resource pair: 'Enable or disable GZIP compression on a Linux hosting.' This clearly distinguishes it from sibling set_* tools such as set_http2, set_ftp, and set_letsencrypt, while accurately naming the affected resource.

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

Usage Guidelines3/5

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

The description implies the use case (toggling GZIP compression) but gives no explicit when-to-use or when-not-to-use guidance. It also does not contrast this tool with alternative compression or hosting settings tools, leaving the routing decision to inference.

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

Deploy Server

Other Tools