Skip to main content
Glama

terraform-cloud-mcp

get_run_details

Retrieve detailed information about a Terraform Cloud run, including status, plan output, and resource relationships. Use to monitor run progress or analyze results.

Instructions

Get detailed information about a specific run

Retrieves comprehensive information about a run including its current status, plan output, and relationship to other resources. Use to check run progress or results. API endpoint: GET /runs/{run_id} Args: run_id: The ID of the run to retrieve details for (format: "run-xxxxxxxx") Returns: Complete run details including status, plan, and relationships See: docs/tools/run_tools.md for usage examples

Input Schema

NameRequiredDescriptionDefault
run_idYes

Input Schema (JSON Schema)

{ "properties": { "run_id": { "title": "Run Id", "type": "string" } }, "required": [ "run_id" ], "title": "get_run_detailsArguments", "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