Skip to main content
Glama

terraform-cloud-mcp

get_organization_entitlements

Retrieve organization entitlement details, including feature limits and subscription tier information, via the Terraform Cloud API to manage infrastructure features effectively.

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.md for reference documentation

Input Schema

NameRequiredDescriptionDefault
organizationYes

Input Schema (JSON Schema)

{ "properties": { "organization": { "title": "Organization", "type": "string" } }, "required": [ "organization" ], "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