Skip to main content
Glama

terraform-cloud-mcp

get_plan_details

Retrieve detailed information about a specific Terraform plan, including status, logs, resource counts, and related resource relationships. Use this tool to monitor and analyze plan execution within Terraform Cloud.

Instructions

Get details for a specific plan.

Retrieves comprehensive information about a plan including its current status, logs, resource counts, and relationship to other resources.

API endpoint: GET /plans/{plan_id}

Args: plan_id: The ID of the plan to retrieve details for (format: "plan-xxxxxxxx")

Returns: Plan details including status, timestamps, and resource change counts

See: docs/tools/plan.md for reference documentation

Input Schema

NameRequiredDescriptionDefault
plan_idYes

Input Schema (JSON Schema)

{ "properties": { "plan_id": { "title": "Plan Id", "type": "string" } }, "required": [ "plan_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