Skip to main content
Glama

create_pxe_config

Destructive

Generates a PXE configuration to reinstall a server's OS. Destructive: requires confirmation and root password.

Instructions

Шаг 2 PXE-переустановки: создать PXE-конфиг для установки ОС (eq/create_pxe). ДЕСТРУКТИВНО.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID сервера
os_idYesID ОС из list_os
confirmYesНужно true, чтобы выполнить операцию.
ssh_keyNoПубличный SSH-ключ
hostnameYesИмя хоста
root_passYesПароль root (мин. 8 символов, заглавная буква, цифра)
reinstall_keyNoМастер-ключ из create_reinstall_task
post_install_scriptNoСкрипт после установки
post_install_callbackNoURL callback после установки

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

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

The annotations already declare destructiveHint=true and readOnlyHint=false, and the description merely repeats 'ДЕСТРУКТИВНО' without adding details about what gets overwritten, whether the server will boot into the installer on next PXE boot, or whether the change is reversible. No meaningful behavioral context is added beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action and workflow step. The parenthetical 'eq/create_pxe' adds minor noise, but the overall structure is efficient and free of filler.

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

Completeness2/5

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

For a destructive, high-stakes operation with 9 parameters and no output schema, the description is too thin. It does not mention preconditions such as needing a reinstall_key from create_reinstall_task, what happens at next boot, how the config can be cleared, or what successful execution returns.

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 coverage is 100%, so parameter descriptions already carry most of the semantic load. The description does not add any parameter-level meaning, interactions, or constraints beyond what the schema provides, which matches the baseline for complete schema 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 the action: create a PXE config for OS installation, and places it as step 2 of the PXE reinstall flow. This makes the tool's function easily distinguishable from related operations like clearing a PXE config, though it does not explicitly name alternatives.

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 phrase 'Step 2 PXE-переустановки' provides an implied workflow context: use this after starting a reinstall flow. However, it does not state when to prefer this over related tools like create_reinstall_task or clear_pxe_config, nor does it list exclusions or preconditions.

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