IaC Memory MCP Server

get_terraform_provider_info

Retrieve detailed information about a Terraform provider by specifying its name. This tool helps users access essential data for managing and integrating providers in Infrastructure-as-Code workflows.

Instructions

Retrieve comprehensive information about a Terraform provider

Input Schema

NameRequiredDescriptionDefault
provider_nameYesName of the Terraform provider

Input Schema (JSON Schema)

{ "description": "Retrieve comprehensive information about a Terraform provider", "properties": { "provider_name": { "description": "Name of the Terraform provider", "type": "string" } }, "required": [ "provider_name" ], "type": "object" }
ID: g4vkk4v3w5