Skip to main content
Glama

provision

Transform a bare host into a serving node with preflight checks, system tuning, software install, and catch-up monitoring. Dry-run by default; confirm to execute with audit logging and disk formatting control.

Instructions

Bring up a bare host into a serving node: preflight, user, system tuning, disks, software install (via the builder), systemd unit, key check, start + catch-up.

Defaults to a dry-run plan. confirm=true executes, gated by preflight
and policy and recorded in the audit log. Disks marked format must be
listed in format_devices to be wiped; solfleet never creates keys.
catchup_timeout_s bounds the wait for the fresh node to catch up
(default 1800; raise it for slow snapshot downloads).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
confirmNo
versionYes
format_devicesNo
catchup_timeout_sNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries full burden and discloses key behaviors: default dry-run, execution gate, disk formatting requirement (format_devices), key creation caveat (solfleet never creates keys), and catch-up timeout. No contradictions.

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 two sentences, front-loaded with purpose. The first sentence lists steps (slightly verbose but informative), the second explains parameters. It is efficient, though could be trimmed slightly.

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 5 parameters, no nested objects, output schema exists, and 14 sibling tools, the description covers dry-run, execution, disk formatting, key creation, and timeout. It does not miss critical behavioral context for safe invocation.

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 0%, so description must compensate. It explains confirm, format_devices, and catchup_timeout_s with context (default, purpose, constraints). Name and version are not explained but are self-evident. Overall, the description adds meaning beyond schema for 3 of 5 parameters.

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 the verb 'Bring up' and the resource 'bare host into a serving node', listing specific steps (preflight, user, system tuning, etc.). It distinguishes from siblings like bootstrap_builder_host or upgrade by focusing on the full provisioning lifecycle.

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

Usage Guidelines4/5

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

The description explains the dry-run default and execution with confirm=true, and mentions gating by preflight/policy/audit. However, it does not explicitly state when to use this tool vs alternatives like bootstrap_builder_host or upgrade, which are present in sibling tools.

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/sanjeevkkansal/solfleet'

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