Skip to main content
Glama

Terrakube MCP Server

by AzBuilder

edit-variable

Modify details of an existing variable in Terrakube MCP Server, including key, value, category, and sensitivity, to ensure accurate infrastructure configuration.

Instructions

Updates an existing variable's details

Input Schema

NameRequiredDescriptionDefault
categoryNoNew variable category
descriptionNoNew variable description
keyNoNew variable key
organizationIdYesOrganization ID
sensitiveNoNew sensitive flag
valueNoNew variable value
variableIdYesVariable ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "New variable category", "type": "string" }, "description": { "description": "New variable description", "type": "string" }, "key": { "description": "New variable key", "type": "string" }, "organizationId": { "description": "Organization ID", "type": "string" }, "sensitive": { "description": "New sensitive flag", "type": "boolean" }, "value": { "description": "New variable value", "type": "string" }, "variableId": { "description": "Variable ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "organizationId", "workspaceId", "variableId" ], "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