Skip to main content
Glama

terraform-cloud-mcp

get_apply_details

Retrieves detailed information about a specific Terraform apply, including status, logs, resource counts, and relationships. Use this tool to monitor and analyze apply operations by providing the apply ID.

Instructions

Get details for a specific apply.

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

API endpoint: GET /applies/{apply_id}

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

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

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

Input Schema

NameRequiredDescriptionDefault
apply_idYes

Input Schema (JSON Schema)

{ "properties": { "apply_id": { "title": "Apply Id", "type": "string" } }, "required": [ "apply_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