Skip to main content
Glama

Provision System

provision_system

Provision a reserved Beaker system by specifying its FQDN and a distro tree ID. Set optional kickstart metadata, kernel options, or custom kickstart content.

Instructions

Provision a reserved Beaker system with a specific distro.

The system must be in 'Manual' condition and already reserved by you. Use list_distro_trees to find the distro_tree_id first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fqdnYesFQDN of the system to provision.
rebootNoReboot system after provisioning. Default: true.
ks_metaNoKickstart metadata variables.
kickstartNoComplete custom kickstart content.
distro_tree_idYesNumeric distro tree ID (from list_distro_trees results).
kernel_optionsNoKernel options for installation.
kernel_options_postNoKernel options for the installed system.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds behavioral context beyond annotations by specifying that the system must be in 'Manual' condition and already reserved. This is helpful for understanding prerequisites, though it does not detail other side effects.

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 three sentences, front-loaded with the primary purpose, and contains no superfluous information. Every sentence earns its place.

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

Completeness5/5

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

Given the presence of an output schema and full parameter descriptions, the description covers prerequisites, usage order, and core functionality, making it complete for a mutation tool.

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?

With 100% schema coverage, parameters are already described. The description adds value by advising to use list_distro_trees for the distro_tree_id, improving semantic understanding.

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 clearly states that the tool provisions a reserved Beaker system with a specific distro, using a specific verb and resource. It distinguishes from siblings like reserve_system and list_distro_trees by outlining prerequisites.

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

Usage Guidelines5/5

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

The description explicitly says when to use the tool: after reserving a system and having a distro_tree_id. It instructs to use list_distro_trees first, providing clear usage context.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/faizbawa/mcp-beaker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server