Skip to main content
Glama

OpenTofu MCP Server

Official
by opentofu

get-module-details

Retrieve detailed information about a specific OpenTofu module using namespace, name, and target platform. Simplify module lookup without full repository names.

Instructions

Get detailed information about a specific OpenTofu module by namespace, name, and target. Use the simple module name, NOT the full repository name.

Input Schema

NameRequiredDescriptionDefault
nameYesSimple module name WITHOUT 'terraform-aws-' or similar prefix (e.g., 'vpc', 's3-bucket')
namespaceYesModule namespace without prefix (e.g., 'terraform-aws-modules')
targetYesModule target platform (e.g., 'aws', 'kubernetes', 'azurerm')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Simple module name WITHOUT 'terraform-aws-' or similar prefix (e.g., 'vpc', 's3-bucket')", "minLength": 1, "type": "string" }, "namespace": { "description": "Module namespace without prefix (e.g., 'terraform-aws-modules')", "minLength": 1, "type": "string" }, "target": { "description": "Module target platform (e.g., 'aws', 'kubernetes', 'azurerm')", "minLength": 1, "type": "string" } }, "required": [ "namespace", "name", "target" ], "type": "object" }
Install Server

Other Tools from OpenTofu MCP Server

Related Tools

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/opentofu/opentofu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server