Skip to main content
Glama

Terrakube MCP Server

by AzBuilder

edit-module

Modify module details like name, description, provider, and registry URL in the Terrakube MCP Server to ensure accurate infrastructure management.

Instructions

Updates an existing module's details

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew module description
moduleIdYesModule ID
nameNoNew module name
organizationIdYesOrganization ID
providerNoNew provider name
registryNoNew registry URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New module description", "type": "string" }, "moduleId": { "description": "Module ID", "type": "string" }, "name": { "description": "New module name", "type": "string" }, "organizationId": { "description": "Organization ID", "type": "string" }, "provider": { "description": "New provider name", "type": "string" }, "registry": { "description": "New registry URL", "type": "string" } }, "required": [ "organizationId", "moduleId" ], "type": "object" }

You must be authenticated.

Other Tools from Terrakube MCP Server

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/AzBuilder/mcp-server-terrakube'

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