Skip to main content
Glama
hjpotter92

DataPacket MCP Server

by hjpotter92

Provision Server

provision_server

Provision a new dedicated server using a configuration ID, billing period, and OS image ID. Optionally attach SSH keys or disable link aggregation.

Instructions

Provision a new server with the selected configuration. Requires a configurationId from list_provisioning_configurations, a billing period, an OS image ID from list_operating_systems, and optional SSH key names. The server will initially be in PROVISIONING or WAITING status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
osImageIdYesOS image ID from list_operating_systems
sshKeyNamesNoSSH key names from DataPacket client panel Security settings
billingPeriodYesBilling period (DAILY requires $100 minimum balance)
configurationIdYesConfiguration ID from list_provisioning_configurations
postInstallScriptNameNoName of a post-install script to run after provisioning
disableLinkAggregationNoDisable link aggregation (LAG)
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses initial server status (PROVISIONING or WAITING) and hints at billing constraints. However, it does not cover authentication requirements, potential errors, or full side effects (e.g., cost implications).

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?

Two concise sentences front-load the purpose and then detail requirements. Every phrase is necessary; no wasted words.

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?

The description fails to specify return values (e.g., server ID or status). Given 6 parameters and no annotations, it should cover more behavioral context, such as async nature or error conditions. This is a significant gap for a provisioning 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?

Schema coverage is 100%, so baseline is 3. The description adds value by referencing sibling tools for configurationId and osImageId, and explaining the billing enum constraint ($100 minimum balance for DAILY). This goes beyond the schema's own descriptions.

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 'Provision a new server with the selected configuration,' specifying a concrete verb and resource. It distinguishes this tool from siblings, which are mostly CRUD or actions on existing servers.

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 explicitly lists required inputs (configurationId, billingPeriod, osImageId) and references sibling tools for obtaining them. It does not explicitly state when not to use this tool or mention alternatives, but the prerequisites provide clear guidance.

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/hjpotter92/datapacket-mcp-server'

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