Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

update_resource_schema

Modify the schema, version, and documentation URL of an existing Terraform resource within the IAC Memory MCP Server to ensure updated and accurate IaC configurations.

Instructions

Update an existing Terraform resource's schema and related information

Input Schema

NameRequiredDescriptionDefault
new_doc_urlNoNew documentation URL
new_schemaYesNew schema
new_versionNoNew version
resource_idYesResource ID

Input Schema (JSON Schema)

{ "description": "Update an existing Terraform resource's schema and related information", "properties": { "new_doc_url": { "description": "New documentation URL", "type": "string" }, "new_schema": { "description": "New schema", "type": "string" }, "new_version": { "description": "New version", "type": "string" }, "resource_id": { "description": "Resource ID", "type": "string" } }, "required": [ "resource_id", "new_schema" ], "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