Skip to main content
Glama

Terrakube MCP Server

by AzBuilder

list-variables

Retrieve all variables in a specified workspace within Terrakube MCP Server, using organization and workspace IDs for accurate identification.

Instructions

Lists all variables in the specified workspace

Input Schema

NameRequiredDescriptionDefault
organizationIdYesOrganization ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "organizationId": { "description": "Organization ID", "type": "string" }, "workspaceId": { "description": "Workspace ID", "type": "string" } }, "required": [ "organizationId", "workspaceId" ], "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