terraform-cloud-mcp

by severity1
Verified

get_organization_details

Retrieve detailed information about a Terraform Cloud organization, including settings, email contacts, and configuration defaults, using the MCP server for streamlined infrastructure management.

Instructions

Get details for a specific organization

Retrieves comprehensive information about an organization including settings, email contact info, and configuration defaults. API endpoint: GET /organizations/{organization} Args: organization: The organization name to retrieve details for (required) Returns: Organization details including name, email, settings and configuration 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_detailsArguments", "type": "object" }
ID: iukijjkm1e