Skip to main content
Glama

IaC Memory MCP Server

by AgentWong

get_resource_version_compatibility

Check if a specific resource is compatible with a target provider version in Terraform. Input provider name, resource name, and version for compatibility verification.

Instructions

Check resource compatibility across provider versions

Input Schema

NameRequiredDescriptionDefault
provider_nameYesName of the Terraform provider
resource_nameYesName of the resource to check
versionYesTarget provider version to check compatibility against

Input Schema (JSON Schema)

{ "description": "Check resource compatibility across provider versions", "properties": { "provider_name": { "description": "Name of the Terraform provider", "type": "string" }, "resource_name": { "description": "Name of the resource to check", "type": "string" }, "version": { "description": "Target provider version to check compatibility against", "type": "string" } }, "required": [ "provider_name", "resource_name", "version" ], "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-project'

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