Skip to main content
Glama

Vultr MCP

by rsp2k

create_startup_script

Generate custom startup scripts for Vultr cloud instances to automate server configuration during boot or PXE deployment processes.

Instructions

Create a new startup script.

Args: name: Name for the startup script script: The script content script_type: Type of script ('boot' or 'pxe')

Returns: Created startup script details

Input Schema

NameRequiredDescriptionDefault
nameYes
scriptYes
script_typeNoboot

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "script": { "title": "Script", "type": "string" }, "script_type": { "default": "boot", "title": "Script Type", "type": "string" } }, "required": [ "name", "script" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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