Skip to main content
Glama

list_iso_images

Read-only

List available ISO images for a server. Provide server_id to see only images compatible with that server (required for client keys).

Instructions

Список доступных ISO-образов (iso/list_iso). Для клиентских ключей обязателен server_id — образы подбираются под конкретный сервер.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idNoID сервера (обязателен для клиентских ключей)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A3.5/5.0
Behavior3/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 need not restate safety. It adds useful context that server_id affects result filtering for client keys. However, it omits return format, pagination, or any other behavioral nuances.

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?

Two short sentences, purpose first, then the condition. No wasted words or redundant information. Very efficient.

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?

The description covers the core purpose and the server_id condition, which is sufficient for a simple list operation. Yet it doesn't clarify the distinction from get_uploaded_isos or define 'available' (provider ISOs vs user-uploaded). With no output schema, a bit more detail on what the list contains would improve completeness.

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 description coverage is 100% – server_id already has a description stating it's required for client keys. The description repeats this same fact without adding new meaning, so it meets the baseline but doesn't exceed it.

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?

Clearly states the purpose: lists available ISO images. However, it doesn't differentiate from the sibling tool get_uploaded_isos, which likely also lists ISO images (possibly user-uploaded ones). Without clarification, an agent might confuse the two.

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?

Provides a usage condition: client keys require server_id, and images are filtered per server. But it doesn't mention when to prefer this over get_uploaded_isos or other ISO-related tools, nor does it state any exclusions or alternatives.

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