Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

get_terraform_resource_info

Retrieve detailed schema and documentation for any Terraform resource by specifying the provider and resource name, simplifying IaC resource management.

Instructions

Retrieve comprehensive information about a Terraform resource including schema and documentation

Input Schema

NameRequiredDescriptionDefault
provider_nameYesName of the Terraform provider
resource_nameYesName of the resource

Input Schema (JSON Schema)

{ "description": "Retrieve comprehensive information about a Terraform resource including schema and documentation", "properties": { "provider_name": { "description": "Name of the Terraform provider", "type": "string" }, "resource_name": { "description": "Name of the resource", "type": "string" } }, "required": [ "provider_name", "resource_name" ], "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/AgentWong/iac-memory-mcp-server'

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