Skip to main content
Glama

terraform-cloud-mcp

get_cost_estimate_details

Retrieve detailed cost estimates for Terraform Cloud resources, including status, resource counts, and monthly cost projections, using a specific cost estimate ID.

Instructions

Get details for a specific cost estimate.

Retrieves comprehensive information about a cost estimate including its current status, resource counts, monthly cost estimations, and relationship to other resources.

API endpoint: GET /cost-estimates/{cost_estimate_id}

Args: cost_estimate_id: The ID of the cost estimate to retrieve details for (format: "ce-xxxxxxxx")

Returns: Cost estimate details including status, timestamps, resource counts, and monthly cost estimations

Note: There is no endpoint to list cost estimates. You can find the ID for a cost estimate in the relationships.cost-estimate property of a run object.

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

Input Schema

NameRequiredDescriptionDefault
cost_estimate_idYes

Input Schema (JSON Schema)

{ "properties": { "cost_estimate_id": { "title": "Cost Estimate Id", "type": "string" } }, "required": [ "cost_estimate_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