Skip to main content
Glama
wzyonline-1999

Vultr Codex MCP

Create Vultr instance

create_instance

Create a Vultr VPS instance by specifying region, plan, and label, with policy validation and exact confirmation to prevent accidental provisioning.

Instructions

Create a Vultr instance after policy validation and exact confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYesVultr plan id, for example vc2-1c-1gb.
tagsNo
labelYesHuman-readable instance label.
os_idNo
app_idNo
regionYesVultr region id, for example nrt or sgp.
backupsNo
confirmYesMust equal create:<label>:<plan>:<region>.
hostnameNo
image_idNo
user_dataNo
sshkey_idsNo
enable_ipv6No
snapshot_idNo
firewall_group_idNo
Behavior3/5

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

Annotations already indicate mutation and non-idempotency. The description adds that the creation is conditional on policy validation and confirmation, which provides useful behavioral context 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.

Conciseness3/5

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

The description is a single concise sentence, but it omits important parameter information that could be included without much verbosity.

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?

Given the high number of parameters (15) and no output schema, the description is insufficient. It does not guide the agent on required parameters, the exact format of the confirm field, or how to use the validation step.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is very low (27%) and the description does not explain any parameters. It fails to compensate for the lack of schema documentation on many 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 it creates a Vultr instance, which is the core purpose. It also adds context about policy validation and exact confirmation, distinguishing it from siblings like delete_instance or create_instance_preview.

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 implies that tool should be used after policy validation and with a confirmation step. It hints at a mechanism distinct from create_instance_preview, but does not explicitly state when to use it or exclude other contexts.

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/wzyonline-1999/vultr-codex-mcp'

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