Skip to main content
Glama

Terrakube MCP Server

by AzBuilder

create-variable

Add a new variable to a specified workspace in Terrakube MCP Server. Define key, value, category, and sensitivity to manage infrastructure configurations effectively.

Instructions

Creates a new variable in the specified workspace

Input Schema

NameRequiredDescriptionDefault
categoryNoVariable category (e.g., terraform, environment)
descriptionNoVariable description
keyYesVariable key
organizationIdYesOrganization ID
sensitiveNoWhether the variable is sensitive
valueYesVariable value
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "Variable category (e.g., terraform, environment)", "type": "string" }, "description": { "description": "Variable description", "type": "string" }, "key": { "description": "Variable key", "type": "string" }, "organizationId": { "description": "Organization ID", "type": "string" }, "sensitive": { "description": "Whether the variable is sensitive", "type": "boolean" }, "value": { "description": "Variable value", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "organizationId", "workspaceId", "key", "value" ], "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