Skip to main content
Glama

hostinger-api-mcp

Official

VPS_getPostInstallScriptV1

Retrieve a specific post-install script by its ID to view automation details for hosting infrastructure using the Hostinger MCP server.

Instructions

Retrieve post-install script by its ID.

Use this endpoint to view specific automation script details.

Input Schema

NameRequiredDescriptionDefault
postInstallScriptIdYesPost-install script ID

Input Schema (JSON Schema)

{ "properties": { "postInstallScriptId": { "description": "Post-install script ID", "type": "integer" } }, "required": [ "postInstallScriptId" ], "type": "object" }

Implementation Reference

  • TypeScript interface definition (schema) for the VPS_getPostInstallScriptV1 API tool, including input parameters and response type.
    * Retrieve post-install script by its ID. Use this endpoint to view specific automation script details. */ "VPS_getPostInstallScriptV1": { params: { /** * Post-install script ID */ postInstallScriptId: number; }; response: any; // Response structure will depend on the API };

Other Tools

Related 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/hostinger/api-mcp-server'

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