terraform-cloud-mcp

by severity1
Verified

get_organization_entitlements

Retrieve and display subscription tier details, feature limits, and entitlements for a specific Terraform Cloud organization to manage infrastructure capabilities.

Instructions

Show entitlement set for organization features

Retrieves information about available features and capabilities based on the organization's subscription tier. API endpoint: GET /organizations/{organization}/entitlement-set Args: organization: The organization name to retrieve entitlements for (required) Returns: Entitlement set details including feature limits and subscription information See: docs/tools/organization_tools.md for usage examples

Input Schema

NameRequiredDescriptionDefault
organizationYes

Input Schema (JSON Schema)

{ "properties": { "organization": { "title": "Organization", "type": "string" } }, "required": [ "organization" ], "title": "get_organization_entitlementsArguments", "type": "object" }
ID: iukijjkm1e