Skip to main content
Glama
rsp2k
by rsp2k

create_bare_metal_server

Provision dedicated physical servers on Vultr cloud infrastructure with customizable configurations including region, OS, networking, and security options.

Instructions

Create a new bare metal server.

Args: region: Region to deploy in plan: Bare metal plan ID os_id: Operating system ID iso_id: ISO ID for custom installation script_id: Startup script ID ssh_key_ids: List of SSH key IDs label: Server label tag: Server tag user_data: Cloud-init user data enable_ipv6: Enable IPv6 enable_private_network: Enable private network attach_private_network: Private network IDs to attach attach_vpc: VPC IDs to attach attach_vpc2: VPC 2.0 IDs to attach enable_ddos_protection: Enable DDoS protection hostname: Server hostname persistent_pxe: Enable persistent PXE

Returns: Created bare metal server details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYes
planYes
os_idNo
iso_idNo
script_idNo
ssh_key_idsNo
labelNo
tagNo
user_dataNo
enable_ipv6No
enable_private_networkNo
attach_private_networkNo
attach_vpcNo
attach_vpc2No
enable_ddos_protectionNo
hostnameNo
persistent_pxeNo
Behavior2/5

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

With no annotations provided, the description carries full burden but only states it 'creates' without disclosing behavioral traits. It doesn't mention permissions required, cost implications, provisioning time, idempotency, or error handling. This is inadequate for a mutation tool with zero annotation coverage.

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 appropriately sized and front-loaded with the core purpose first, followed by parameter and return sections. Every sentence serves a purpose, though the parameter list is lengthy but necessary given the high parameter count.

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 complex creation tool with 17 parameters, no annotations, and no output schema, the description is incomplete. It lacks behavioral context, usage guidelines, and detailed parameter explanations, making it insufficient for safe and effective tool invocation.

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 0%, but the description lists all 17 parameters with brief labels, adding some semantic meaning beyond the bare schema. However, it doesn't explain parameter relationships (e.g., os_id vs iso_id), constraints, or examples, leaving significant gaps.

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 verb ('Create') and resource ('bare metal server'), making the purpose unambiguous. However, it doesn't differentiate from sibling tools like 'create' or 'create_serverless_inference', which also create resources but different types.

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?

No guidance is provided on when to use this tool versus alternatives like 'create' (generic) or other server creation tools. The description lacks context about prerequisites, dependencies, or typical use cases for bare metal servers.

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/rsp2k/mcp-vultr'

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