IaC Memory MCP Server

update_entity

Modify properties and add observations for an existing entity within the IaC Memory MCP Server, enhancing Infrastructure-as-Code resource management and version tracking.

Instructions

Update an existing entity's properties and add new observations

Input Schema

NameRequiredDescriptionDefault
idYesEntity ID
nameNoNew name
observationNoNew observation
typeNoNew type

Input Schema (JSON Schema)

{ "description": "Update an existing entity's properties and add new observations", "properties": { "id": { "description": "Entity ID", "type": "string" }, "name": { "description": "New name", "type": "string" }, "observation": { "description": "New observation", "type": "string" }, "type": { "description": "New type", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: g4vkk4v3w5