Skip to main content
Glama

start_novnc

Read-only

Launch an HTML5 NoVNC console session for a server and get a browser link to access it. Specify server ID and optional allowed IP.

Instructions

Запустить NoVNC (HTML5) сессию консоли сервера (eq/novnc): возвращает ссылку для открытия в браузере.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID сервера
white_ipNoIP, с которого разрешено подключение

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

B3.3/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 safety profile is covered. The description adds that the operation starts a NoVNC session and returns a link, but does not mention session lifetime, authentication requirements, or whether a new session invalidates an existing one. This is adequate but not rich.

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 that states the action, the technology, the target resource, and the return value. There is no filler or repetition.

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?

With two parameters fully explained by the schema and annotations covering safety, the description is sufficient for basic invocation. However, because there is no output schema, more detail about the returned link format or any preconditions 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%, so both parameters (id and white_ip) are already documented in the schema. The description adds no additional meaning about how the parameters affect the NoVNC session or the returned link, so it stays at baseline.

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 is specific: it says the tool launches a NoVNC (HTML5) console session for a server and returns a browser link. It is clear on the verb and resource, but it does not differentiate this from the sibling get_vnc_console, which may serve a similar purpose.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool instead of alternatives such as get_vnc_console or request_rh_kvm. There are no exclusions, prerequisites, or context hints beyond the basic action.

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