Skip to main content
Glama

terraform-cloud-mcp

get_variable_set

Retrieve detailed information about a specific variable set in Terraform Cloud, including variables, workspace assignments, and configuration, using the GET /varsets/{varset_id} endpoint.

Instructions

Get details for a specific variable set.

Retrieves comprehensive information about a variable set including its variables, workspace assignments, and configuration.

API endpoint: GET /varsets/{varset_id}

Args: varset_id: The ID of the variable set (format: "varset-xxxxxxxx")

Returns: Variable set details including configuration and relationships

See: docs/tools/variables.md#get-variable-set for reference documentation

Input Schema

NameRequiredDescriptionDefault
varset_idYes

Input Schema (JSON Schema)

{ "properties": { "varset_id": { "title": "Varset Id", "type": "string" } }, "required": [ "varset_id" ], "type": "object" }

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/severity1/terraform-cloud-mcp'

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