Skip to main content
Glama

list_os

Read-only

Lists operating systems available for installation on a server preset. Filter by preset ID to see OS options for a specific preset, or get all presets' OS list.

Instructions

Список операционных систем, доступных для установки на пресет/сервер (os/list). Без instance_id возвращает ОС для всех пресетов. Токен не требуется.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_idNoID пресета из list_presets

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description's additional note that no token is required adds value. It also explains the effect of omitting instance_id, which is beyond the schema. No contradictions with annotations.

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, compact sentence that front-loads the main purpose, then adds the key behavioral detail about instance_id and the auth note. No wasted 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 the tool's simplicity (one optional parameter, no output schema), the description covers the essential aspects: what it lists, the optional filter behavior, and authentication requirement. It does not detail the return format, but that is not critical for a simple list operation.

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% (the only parameter is described). The description adds semantic meaning by explaining that omitting instance_id returns OS for all presets, which clarifies the optionality and default behavior. This exceeds the baseline for high coverage.

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 clearly states it lists operating systems available for installation on a preset/server, naming the endpoint (os/list). It distinguishes itself from siblings like list_presets and list_software by specifying the resource (OS) and its purpose (installation), though it does not explicitly name alternatives. This is clear but not a full sibling differentiation.

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 usage for retrieving OS options before installation, and mentions behavior with/without instance_id. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites beyond the token note. Usage is implied but not explicit.

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